We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to optimize our test suites: two sets of files requiring authentification and not.
For example:
issues-auth.js
issues-non-auth.js
This will help us further down the line with optimization.
Steps:
Decided in webcompat meeting in Paris September 2015 - @miketaylr
The text was updated successfully, but these errors were encountered:
Issue #711. Change test naming convention.
00ba3a7
-auth.js is for tests that use logged in state. -non-auth.js is for tests that don't.
Issue #711. Refactor tests to use setup + teardown methods.
eb44e75
Plus some other junk. :hanky:
Issue #711. Get the rest of the tests to pass.
478b511
8d4b853
d2570ae
f365001
2b4ff8c
miketaylr
No branches or pull requests
We want to optimize our test suites: two sets of files requiring authentification and not.
For example:
issues-auth.js
issues-non-auth.js
This will help us further down the line with optimization.
Steps:
Decided in webcompat meeting in Paris September 2015 - @miketaylr
The text was updated successfully, but these errors were encountered: