Skip to content

Commit 118f4f7

Browse files
authored
Merge pull request #1134 from EmmaRenauld/test_legacy
Do not ignore legacy
2 parents be4f66f + 9056e7f commit 118f4f7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pytest.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ addopts =
3636
--junit-xml=.test_reports/junit.xml
3737
--cov
3838
--cov-report html
39-
--cov-report xml
40-
--ignore=scripts/legacy/
39+
--cov-report xml

scripts/legacy/tests/test_legacy_scripts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
"scil_filter_tractogram_anatomically.py",
103103
"scil_filter_tractogram.py",
104104
"scil_fit_bingham_to_fodf.py",
105-
"scil_fix_dsi_studio_trk.py",
106105
"scil_flip_gradients.py",
107106
"scil_flip_streamlines.py",
108107
"scil_flip_surface.py",

0 commit comments

Comments
 (0)