summaryrefslogtreecommitdiffstats
path: root/takahe/settings/testing.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-20 23:07:57 -0700
committerAndrew Godwin2022-11-20 23:08:09 -0700
commitda936cd7df299d81b6c83d219ae54cf0075d88c7 (patch)
tree7d78945b43788493df761172599be86e81f48051 /takahe/settings/testing.py
parentf20cd3eb15a00110706d065e2368c23472a42eb8 (diff)
downloadtakahe-da936cd7df299d81b6c83d219ae54cf0075d88c7.tar.gz
takahe-da936cd7df299d81b6c83d219ae54cf0075d88c7.tar.bz2
takahe-da936cd7df299d81b6c83d219ae54cf0075d88c7.zip
Don't try to make a keypair during tests
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