Merge pull request #27 from kennethreitz/pytest

added addopts in pytest
This commit is contained in:
2018-10-13 09:26:40 -04:00
committed by GitHub
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
[pytest]
addopts= -rsxX -s -v --strict
filterwarnings =
error::UserWarning
View File