mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
Fix pytest output capturing error
This commit is contained in:
parent
08574bf676
commit
08fee35bcf
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue