This website requires JavaScript.
Explore
Help
Sign In
alanorth
/
csv-metadata-quality
Watch
1
Star
0
Fork
0
You've already forked csv-metadata-quality
mirror of
https://github.com/ilri/csv-metadata-quality.git
synced
2024-11-17 11:37:03 +01:00
Code
Releases
Activity
63ffd77723
csv-metadata-quality
/
pytest.ini
5 lines
93 B
INI
Raw
Normal View
History
Unescape
Escape
Add pytest.ini from responder This seems to be produce a more informative output, though I'm not sure how to filter the annoying deprecation warnings pytest throws about things that are usually done by modules I'm using, not by me. From: https://github.com/taoufik07/responder/blob/master/pytest.ini
2019-07-29 23:45:18 +02:00
[pytest]
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
2019-07-30 15:43:31 +02:00
addopts
=
-rsxX -s -v --strict --capture=sys
Add pytest.ini from responder This seems to be produce a more informative output, though I'm not sure how to filter the annoying deprecation warnings pytest throws about things that are usually done by modules I'm using, not by me. From: https://github.com/taoufik07/responder/blob/master/pytest.ini
2019-07-29 23:45:18 +02:00
filterwarnings
=
error::UserWarning
Copy Permalink