aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tests/test_globals.py')
-rw-r--r--mediagoblin/tests/test_globals.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin/tests/test_globals.py b/mediagoblin/tests/test_globals.py
index fe3088f8..dafd71db 100644
--- a/mediagoblin/tests/test_globals.py
+++ b/mediagoblin/tests/test_globals.py
@@ -17,6 +17,9 @@
import pytest
from mediagoblin import mg_globals
+from mediagoblin.tools.testing import _activate_testing
+
+_activate_testing()
class TestGlobals(object):