Fix pytest output capturing error

This commit is contained in:
shortcutme 2019-11-19 01:39:16 +01:00
parent 08574bf676
commit 08fee35bcf
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[pytest]
python_files = Test*.py
addopts = -rsxX -v --durations=6
addopts = -rsxX -v --durations=6 --no-print-logs --capture=sys
markers =
slow: mark a tests as slow.
webtest: mark a test as a webtest.
webtest: mark a test as a webtest.