mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-17 19:47:03 +01:00
Alan Orth
1fd3d8bc2f
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
|