aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_api.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-04-06 10:07:47 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-04-06 10:08:26 -0500
commit7d503a897bddfadcd98d278bdb648503485a19de (patch)
tree37243d723d12e36cae0227dd55c3bc7661fc29c2 /mediagoblin/tests/test_api.py
parent441238539485dcf0b5fd612e8f795a7bfb233727 (diff)
downloadmediagoblin-7d503a897bddfadcd98d278bdb648503485a19de.tar.lz
mediagoblin-7d503a897bddfadcd98d278bdb648503485a19de.tar.xz
mediagoblin-7d503a897bddfadcd98d278bdb648503485a19de.zip
Really removing nosetests things now! all assert_whatever removed
Diffstat (limited to 'mediagoblin/tests/test_api.py')
-rw-r--r--mediagoblin/tests/test_api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_api.py b/mediagoblin/tests/test_api.py
index 25ce852b..cff25776 100644
--- a/mediagoblin/tests/test_api.py
+++ b/mediagoblin/tests/test_api.py
@@ -44,7 +44,6 @@ EVIL_PNG = resource('evil.png')
BIG_BLUE = resource('bigblue.png')
-@pytest.mark.usefixtures("test_app")
class TestAPI(object):
def setup(self):
self.db = mg_globals.database