Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create test suite for public API #1555

Closed
sophiebits opened this issue May 18, 2014 · 1 comment
Closed

Create test suite for public API #1555

sophiebits opened this issue May 18, 2014 · 1 comment

Comments

@sophiebits
Copy link
Collaborator

We'd like to have a test suite that tests our public API, in contrast to the existing unit tests that test internal modules.

If the test suite is comprehensive enough, this will allow us to feel confident that we're not making breaking changes accidentally -- unlike the current tests which frequently change with refactors, we wouldn't change these tests except in conjunction with a major release.

(Since the tests would use only the public API, we could also run them under Closure's advanced mode to verify that everything works properly.)

@aweary
Copy link
Contributor

aweary commented Jul 12, 2017

Closing this out, since most tests are now testing the public API

More specific work (e.g #9955) is now being done and tracked separately.

@aweary aweary closed this as completed Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants