Capture fd for pytest
This commit is contained in:
parent
79c1cd15ab
commit
b138ebc519
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue