aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_roots.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-22 18:59:04 +0200
committerGravatar Leon Sandøy <[email protected]>2018-07-22 18:59:04 +0200
commitec6f8154cd4df9f93266f3ea07aaf68e03e4dee1 (patch)
treeadc00d22e21469a899cca0a26ec19fd160675aa1 /tests/test_roots.py
parentscss linting errors resolved. (diff)
Testing is hard and I hate it.
Diffstat (limited to '')
-rw-r--r--tests/test_roots.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_roots.py b/tests/test_roots.py
index 0b7b129c..1b270178 100644
--- a/tests/test_roots.py
+++ b/tests/test_roots.py
@@ -3,6 +3,7 @@ from pysite.constants import DISCORD_OAUTH_REDIRECT
from pysite.constants import DISCORD_OAUTH_AUTHORIZED
from pysite.constants import ERROR_DESCRIPTIONS
+
class RootEndpoint(SiteTest):
""" Test cases for the root endpoint and error handling """