mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-30 19:51:55 +02:00
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
|