Skip to content

Commit

Permalink
add verbose output to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrniket committed Nov 14, 2018
1 parent 6bdf562 commit 38ba01a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aimmo-game/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ CMD python ./service.py 0.0.0.0

FROM base as tester
ENV WORKER_MANAGER=kubernetes
CMD PYTHONUNBUFFERED=x PYTEST_DEBUG=1 python setup.py test
CMD python setup.py test
4 changes: 2 additions & 2 deletions aimmo-game/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[aliases]
test=pytest

[tools:pytest]
addopts="-s -v --cov-report"
[tool:pytest]
addopts=-s -v -rsxX -q

0 comments on commit 38ba01a

Please sign in to comment.