-
Notifications
You must be signed in to change notification settings - Fork 4
TST: Provide random data generators to tests #85
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
TST: Provide random data generators to tests #85
Conversation
Cross-ref #71 (comment). A few comments:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
===========================================
- Coverage 70.28% 41.79% -28.50%
===========================================
Files 23 23
Lines 1060 1060
Branches 128 128
===========================================
- Hits 745 443 -302
- Misses 271 602 +331
+ Partials 44 15 -29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3654f0b
to
3e6ac7e
Compare
3e6ac7e
to
e0a1187
Compare
Provide random data generators to tests. Add the corresponding pytest markers to the `ini_options` section in `pyproject.toml`.
e0a1187
to
63e6f37
Compare
Re #85 (comment) let's have this merged in order to make some progress, and I will refactor the necessary parts in a new PR after PR #71 gets merged. |
Merging. CI failures are unrelated to these changes (x-ref issue #149). |
https://github.com/nipreps/nifreeze/actions/runs/15379441057/job/43268290249#step:11:411 looks like unrelated to #149 and introduced with this PR. For the time being, I'd suggest not merging PRs failing for #149 and re-trigger them until the stanford dataset goes through. |
In fact, the CI failure on this PR (https://github.com/nipreps/nifreeze/actions/runs/15367033028/job/43261539274#step:11:326) is unrelated to #149. |
Provide random data generators to tests.