-
Notifications
You must be signed in to change notification settings - Fork 7
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
Simplify tests #353
Comments
The slowest tests exist under
On my machine this drops the execution time from 114 secs to 24 secs. |
Discussed:
|
Some tests were changed to call main directly instead of using Therefore, I am marking this as likely solved with the PR #386. |
Re-opening for now. Currently doing another pass to remove the remaining subprocess calls and instead use a returned |
Closed via #400 |
Right now running
pytest
on the dev branch takes 90 sec on my local computerI'm open to other opinions, but in my opinion, if the tests take more than 15 seconds or so, then I don't run them as often and they lose some utility.
Given that looper doesn't do that much complicated stuff I'm wondering if we can pare down the tests to complete more quickly.
The text was updated successfully, but these errors were encountered: