Compare commits

...

1 Commits

Author SHA1 Message Date
Leo Hemsted
22bb19721d remove unused pytest flags 2020-02-11 16:28:04 +00:00

View File

@@ -31,5 +31,5 @@ flake8 .
display_result $? 1 "Code style check"
# run with four concurrent threads
py.test --disable-pytest-warnings --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml -n4 -v --maxfail=10
py.test -n4 -v --maxfail=10
display_result $? 2 "Unit tests"