Skip to content

Commit

Permalink
Run tests verbosely
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p authored and uellue committed Apr 19, 2023
1 parent fa14ba2 commit fd9dbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ deps=
# Inject release candidates for testing
-roverride_requirements.txt
commands=
pytest --durations=10 --cov=libertem_live --cov-report=term --cov-report=html --cov-report=xml --cov-config=setup.cfg --junitxml=junit.xml -m data {posargs:tests}
pytest --doctest-modules --ignore=src/libertem_live/detectors/merlin/tango_server.py src/libertem_live/
pytest --durations=10 --cov=libertem_live --cov-report=term --cov-report=html --cov-report=xml --cov-config=setup.cfg --junitxml=junit.xml -m data {posargs:tests} -s -vvv
pytest --doctest-modules --ignore=src/libertem_live/detectors/merlin/tango_server.py src/libertem_live/ -s

[testenv:notebooks]
deps=
Expand Down

0 comments on commit fd9dbf4

Please sign in to comment.