summaryrefslogtreecommitdiffstats
path: root/takahe/settings/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/settings/testing.py')
-rw-r--r--takahe/settings/testing.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/takahe/settings/testing.py b/takahe/settings/testing.py
index 6527333..7dffa2a 100644
--- a/takahe/settings/testing.py
+++ b/takahe/settings/testing.py
@@ -2,3 +2,5 @@ from .base import * # noqa
# Fixed secret key
SECRET_KEY = "testing_secret"
+
+IN_TESTS = True