Capture fd for pytest

This commit is contained in:
shortcutme 2019-12-17 14:32:43 +01:00
parent 79c1cd15ab
commit b138ebc519
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

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