pytest: Set testpaths

This commit is contained in:
Florian Bruhin 2017-07-19 12:22:30 +02:00
parent a26fc89f49
commit a3834d043b

View File

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