mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-17 19:47:03 +01:00
Alan Orth
bad2fce124
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
5 lines
93 B
INI
5 lines
93 B
INI
[pytest]
|
|
addopts= -rsxX -s -v --strict --capture=sys
|
|
filterwarnings =
|
|
error::UserWarning
|