-
Notifications
You must be signed in to change notification settings - Fork 324
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
Clean up handling of tests #700
Conversation
Codecov Report
@@ Coverage Diff @@
## main #700 +/- ##
==========================================
- Coverage 77.97% 70.95% -7.02%
==========================================
Files 115 62 -53
Lines 10817 7486 -3331
Branches 1465 1185 -280
==========================================
- Hits 8435 5312 -3123
+ Misses 1981 1817 -164
+ Partials 401 357 -44 Continue to review full report at Codecov.
|
PyTest recommends putting your tests at the top level, and in fact we are having trouble in running our tests from the installed package in CI.
tests
folder to the top leveltests
folder in the sdist but not the wheelpytest
from the sdistLeft to do:
tests
directory (needs a new release)