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

adjust pytest options

parent 6fa590c5
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ universal=1 ...@@ -6,7 +6,7 @@ universal=1
[tool:pytest] [tool:pytest]
testpaths = tests testpaths = tests
addopts = -s -v --niters=50 --cov=fsl --cov-report=html addopts = -v --niters=50 --cov=fsl
[flake8] [flake8]
ignore = E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701 ignore = E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701
\ 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