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 ...@@ -5,21 +5,20 @@ test=pytest
universal=1 universal=1
[tool:pytest] [tool:pytest]
# Available test markers: markers =
# - fsltest: Requires FSL fsltest: Requires FSL
# - wxtest: Requires wxPython wxtest: Requires wxPython
# - dicomtest: Requires dcm2niix dicomtest: Requires dcm2niix
# - meshtest: Requires trimesh and rtree meshtest: Requires trimesh and rtree
# - igziptest: Requires indexed_gzip igziptest: Requires indexed_gzip
# - piltest: Requires Pillow piltest: Requires Pillow
# - noroottest: Need to be executed as noroottest: Need to be executed as non-root user (will fail otherwise)
# non-root user (will fail longtest: Takes a long time
# otherwise)
# - longtest: Takes a long time
#
testpaths = tests testpaths = tests
addopts = -v --niters=50 --cov=fsl -m "not longtest" addopts = -v --niters=50 --cov=fsl -m "not longtest"
[flake8] [flake8]
ignore = E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701,W504 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