Skip to content

Commit b7f2f8e

Browse files
ensure testing is only done in the test folder
when testing in all folders, all code is initiated. When matlab is not available, it gives an error.
1 parent 52d7deb commit b7f2f8e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ md5sums.txt
2020
src/original/ASD_MemorialSloanKettering/MRI-QAMPER_IVIM/test_data
2121
src/original/ASD_MemorialSloanKettering/MRI-QAMPER_IVIM/output_files
2222
tests/IVIMmodels/unit_tests/*.log
23-
23+
junit/*
24+
ivim_simulation.bval
25+
ivim_simulation.bvec
2426

2527
# Unit test / coverage reports
2628
.tox/

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
markers =
33
slow: marks tests as slow (deselect with '-m "not slow"')
44
addopts =
5-
-m 'not slow'
5+
-m 'not slow'
6+
testpaths = tests

0 commit comments

Comments
 (0)