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

performance tests should not always run from mocha #109

Open
demmer opened this issue Mar 23, 2016 · 0 comments
Open

performance tests should not always run from mocha #109

demmer opened this issue Mar 23, 2016 · 0 comments

Comments

@demmer
Copy link
Contributor

demmer commented Mar 23, 2016

I was trying to run the test coverage scripts against a subset of the tests by opting into the tests using it.only. However because the performance tests are not run as part of a describe or it block but exist inside the test directory, they were always run.

It seems better to either move the performance tests to another top-level directory besides test, or wrap them inside a mocha-style describe block.

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

1 participant