Skip to content

Commit

Permalink
Add no warning config to pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
luabud committed Mar 20, 2021
1 parent e8abf94 commit 888a81c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[pytest]

export FLASK_APP = 'logo_app.webapp'
python_files = tests.py
FLASK_APP = 'logo_app.webapp'
python_files = tests.py
addopts= -p no:warnings

0 comments on commit 888a81c

Please sign in to comment.