-
Notifications
You must be signed in to change notification settings - Fork 452
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
Small test cleanup #1172
Small test cleanup #1172
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1172 +/- ##
=======================================
Coverage 91.33% 91.33%
=======================================
Files 27 27
Lines 4650 4650
=======================================
Hits 4247 4247
Misses 403 403
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Btw @tomasr8, don't suppose you might be attending https://fosdem.org/2025/? |
Actually, I am! CERN will have a stand there (and we'll have some merch too 😃) |
See you there then! 😄 |
Co-authored-by: Tomas R. <[email protected]>
This PR:
test_support
file to multiple modules and changes those modules not to useunittest
suites (so we can use e.g.parametrize
)os_environ
fixture in favor of regular pytestmonkeypatch.setenv
.