File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,10 +61,15 @@ tag_prefix = ""
6161parentdir_prefix = " "
6262
6363[tool .pytest .ini_options ]
64+ minversion = " 6"
65+ testpaths = [" tests" ]
66+ log_level = " INFO"
67+ xfail_strict = true
68+ addopts = [" -ra" , " --strict-config" , " --strict-markers" ]
69+ filterwarnings = [" error" ]
6470norecursedirs = [" data" ]
6571doctest_optionflags = [" NORMALIZE_WHITESPACE" , " IGNORE_EXCEPTION_DETAIL" ]
6672
67-
6873[tool .coverage .run ]
6974branch = true
7075parallel = true
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ commands =
6363 coverage erase
6464 coverage run -p -m bids_validator tests/data/bids-examples/ds000117
6565 python -m pytest --doctest-modules --cov . --cov-append --cov-report term \
66+ min: -Wignore \
6667 --junitxml =test-results.xml {posargs}
6768 coverage xml
6869
You can’t perform that action at this time.
0 commit comments