1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 23:26:01 +02:00

pytest.ini: Don't print captured output

It makes the summary of passes and fails more annoying to read due
to the lines being long and including newlines. I am actually not
sure why this fixes it, though...

See: https://pytest.readthedocs.io/en/latest/capture.html
This commit is contained in:
2019-07-30 16:43:31 +03:00
parent 3c798fb504
commit bad2fce124

View File

@ -1,4 +1,4 @@
[pytest]
addopts= -rsxX -s -v --strict
addopts= -rsxX -s -v --strict --capture=sys
filterwarnings =
error::UserWarning