aboutsummaryrefslogtreecommitdiff
path: root/app/tests/utils.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-01-19 15:51:47 +0000
committerrubenwardy <rw@rubenwardy.com>2020-01-19 18:15:18 +0000
commitfd6ba459f928d110d796cd464b16f47f97dc0f53 (patch)
treeaa803f6a08e83dcc64acb3cd59406ad769fca55d /app/tests/utils.py
parentd503908a652fdbd1453f59d5a106b4da8c46055b (diff)
downloadcheatdb-fd6ba459f928d110d796cd464b16f47f97dc0f53.tar.xz
Add Gitlab CI support
Diffstat (limited to 'app/tests/utils.py')
-rw-r--r--app/tests/utils.py1
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