pytest: Don't show skipped test summaries by default

This commit is contained in:
Florian Bruhin 2016-03-02 07:27:25 +01:00
parent 9efae021fa
commit 4314d6420b

View File

@ -1,6 +1,6 @@
[pytest]
norecursedirs = .tox .venv
addopts = --strict -rfEsw --faulthandler-timeout=70 --instafail
addopts = --strict -rfEw --faulthandler-timeout=70 --instafail
markers =
gui: Tests using the GUI (e.g. spawning widgets)
posix: Tests which only can run on a POSIX OS.