File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ versionfile_build = "bids_validator/_version.py"
54
54
tag_prefix = " "
55
55
parentdir_prefix = " "
56
56
57
+ [tool .pytest .ini_options ]
58
+ norecursedirs = [" data" ]
59
+
57
60
[tool .coverage .run ]
58
61
branch = true
59
62
parallel = true
Original file line number Diff line number Diff line change @@ -49,13 +49,8 @@ deps =
49
49
min: bidsschematools ==0.11.0
50
50
pre: git+https://github.com/bids-standard/bids-specification.git\# subdirectory=tools/schemacode
51
51
commands =
52
- pytest --doctest-modules --cov bids_validator --cov-report xml --cov-report term \
53
- --junitxml =test-results.xml -v src/ {posargs}
54
-
55
- [testenv:long]
56
- commands =
57
- pytest --doctest-modules --cov fmripost_aroma --cov-report xml \
58
- --junitxml =test-results.xml -v tests/ {posargs}
52
+ python -m pytest --doctest-modules --cov tests --cov bids_validator --cov-report xml --cov-report term \
53
+ --junitxml =test-results.xml {posargs}
59
54
60
55
[testenv:docs]
61
56
description = Build documentation site
You can’t perform that action at this time.
0 commit comments