aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_processing.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-05-17 11:12:56 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-05-17 11:12:56 -0500
commit9a9bafc078192317695a4f06233ea261fe147989 (patch)
tree271fa921cea6798a872136fefa143cc25ac49961 /mediagoblin/tests/test_processing.py
parent0536306048daa0970d2e43411ba2a9bf073e570e (diff)
downloadmediagoblin-9a9bafc078192317695a4f06233ea261fe147989.tar.lz
mediagoblin-9a9bafc078192317695a4f06233ea261fe147989.tar.xz
mediagoblin-9a9bafc078192317695a4f06233ea261fe147989.zip
Reverting "Always activate testing in every test module ever."
Revert "Always activate testing in every test module ever." This reverts commit 0536306048daa0970d2e43411ba2a9bf073e570e.
Diffstat (limited to 'mediagoblin/tests/test_processing.py')
-rw-r--r--mediagoblin/tests/test_processing.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin/tests/test_processing.py b/mediagoblin/tests/test_processing.py
index 493aa77b..591add96 100644
--- a/mediagoblin/tests/test_processing.py
+++ b/mediagoblin/tests/test_processing.py
@@ -1,10 +1,6 @@
#!/usr/bin/env python
from mediagoblin import processing
-from mediagoblin.tools.testing import _activate_testing
-
-_activate_testing()
-
class TestProcessing(object):
def run_fill(self, input, format, output=None):