diff --git a/pytest.ini b/pytest.ini index b22a656..c2baff4 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,5 @@ [pytest] -export FLASK_APP = 'logo_app.webapp' -python_files = tests.py \ No newline at end of file +FLASK_APP = 'logo_app.webapp' +python_files = tests.py +addopts= -p no:warnings \ No newline at end of file