Skip to content
Snippets Groups Projects
Commit c95b050d authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Register pytest markers

parent f77d0d63
No related branches found
No related tags found
No related merge requests found
......@@ -5,21 +5,20 @@ test=pytest
universal=1
[tool:pytest]
# Available test markers:
# - fsltest: Requires FSL
# - wxtest: Requires wxPython
# - dicomtest: Requires dcm2niix
# - meshtest: Requires trimesh and rtree
# - igziptest: Requires indexed_gzip
# - piltest: Requires Pillow
# - noroottest: Need to be executed as
# non-root user (will fail
# otherwise)
# - longtest: Takes a long time
#
markers =
fsltest: Requires FSL
wxtest: Requires wxPython
dicomtest: Requires dcm2niix
meshtest: Requires trimesh and rtree
igziptest: Requires indexed_gzip
piltest: Requires Pillow
noroottest: Need to be executed as non-root user (will fail otherwise)
longtest: Takes a long time
testpaths = tests
addopts = -v --niters=50 --cov=fsl -m "not longtest"
[flake8]
ignore = E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701,W504
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment