datalad / datalad-next

DataLad extension for new functionality and improved user experience
https://datalad.org
Other
7 stars 8 forks source link

New `modified_dataset` fixture #612

Closed mih closed 8 months ago

mih commented 8 months ago

Promote a previously internal fixture to provide a standard modified_dataset fixture. This fixture is sessions-scope, and yields a dataset with many facets of modification, suitable for testing change reporting. The fixture verifies that no modifications have been applied to the testbed.

Extracted from #588

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3d0c8a4) 92.99% compared to head (c2ad5b8) 92.99%. Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #612 +/- ## ======================================= Coverage 92.99% 92.99% ======================================= Files 160 160 Lines 11863 11864 +1 Branches 1795 1795 ======================================= + Hits 11032 11033 +1 - Misses 640 642 +2 + Partials 191 189 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.