mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-03-15 03:29:21 +01:00
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
5 lines
79 B
INI
5 lines
79 B
INI
[pytest]
|
|
addopts= -rsxX -s -v --strict
|
|
filterwarnings =
|
|
error::UserWarning
|