diff options
Diffstat (limited to 'app/tests/utils.py')
-rw-r--r-- | app/tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/tests/utils.py b/app/tests/utils.py index 214630e..782bb1d 100644 --- a/app/tests/utils.py +++ b/app/tests/utils.py @@ -16,6 +16,7 @@ def recreate_db(): populate(db.session) db.session.commit() + @pytest.fixture def client(): app.config["TESTING"] = True |