Skip to content
Snippets Groups Projects
Unverified Commit 7a626b67 authored by Daniel's avatar Daniel
Browse files

ENH: Don't stop at first failing test, run them all.

parent 869622a4
Branches
Tags
No related merge requests found
...@@ -7,4 +7,5 @@ deps=pytest ...@@ -7,4 +7,5 @@ deps=pytest
nose nose
pytest-cov pytest-cov
commands_pre=pip install ../caosdb-pylib/ commands_pre=pip install ../caosdb-pylib/
commands=pytest --cov=caosdb -vvx {posargs} # Add "-x" to stop at first error.
commands=pytest --cov=caosdb -vv {posargs}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment