Update pytest and nosetests config files.

This commit is contained in:
Michael Mintz 2018-02-16 15:14:46 -05:00
parent 2d11593409
commit 472e89b572
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
[pytest]
addopts = --capture=no --with-selenium --ignore conftest.py
addopts = --capture=no --ignore conftest.py

View File

@ -3,7 +3,6 @@
# nocapture=1 displays print statements from output. Undo this by using: --nologcapture
# logging-level=INFO keeps the logs much cleaner than using DEBUG
nocapture=1
with-selenium=1
logging-level=INFO
[bdist_wheel]