-
Notifications
You must be signed in to change notification settings - Fork 116
refactor: Improved python test fixtures #556
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
Conversation
627d941
to
1f851a1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #556 +/- ##
========================================
Coverage 74.34% 74.34%
========================================
Files 26 26
Lines 8069 8069
Branches 1691 1689 -2
========================================
Hits 5999 5999
Misses 1561 1561
Partials 509 509
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
79db0b8
to
a03821f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Packit-as-a-Service failed as always. Do we need to merge #558 first? |
It will be broken for a while until scikit-build-core 0.11 lands in Fedora-rawhide. I'm waiting on a few dependencies and probably tomorrow will try to resolve them. |
Signed-off-by: Cristian Le <git@lecris.dev>
- Convert everything to pytest - Moved generators to common fixtures
/packit build |
I've ended up doing a heavy refactor of the testsuite:
.xz
filesunittest
topytest
fixturespytest_generate_tests
all tests are now expanded and can be selected individuallyCloses #550
Closes #291