1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-25 23:53:45 +02:00

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
This commit is contained in:
Alan Orth 2019-07-30 00:45:18 +03:00
parent b4aaffd6f1
commit 1fd3d8bc2f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

4
pytest.ini Normal file
View File

@ -0,0 +1,4 @@
[pytest]
addopts= -rsxX -s -v --strict
filterwarnings =
error::UserWarning