diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-01-19 15:51:47 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-01-19 18:15:18 +0000 |
| commit | fd6ba459f928d110d796cd464b16f47f97dc0f53 (patch) | |
| tree | aa803f6a08e83dcc64acb3cd59406ad769fca55d /app | |
| parent | d503908a652fdbd1453f59d5a106b4da8c46055b (diff) | |
| download | cheatdb-fd6ba459f928d110d796cd464b16f47f97dc0f53.tar.xz | |
Add Gitlab CI support
Diffstat (limited to 'app')
| -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 |
