Add initial pytest configuration

From: https://github.com/kennethreitz/responder/blob/master/pytest.ini
This commit is contained in:
Alan Orth 2018-11-11 11:53:20 +02:00
parent 5c8756bede
commit e57660ff88
1 changed files with 4 additions and 0 deletions

4
pytest.ini Normal file
View File

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