test_timesince() doesn't need a complete test_app.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 15 Apr 2013 20:02:47 +0000 (22:02 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 16 Apr 2013 17:40:57 +0000 (19:40 +0200)
mediagoblin/tests/test_timesince.py

index 1f8a082b1ce2acf2f883607340e792d2baccb345..6579eb09d0ba2f31c996e161c4712b7e88874972 100644 (file)
@@ -19,7 +19,7 @@ from datetime import datetime, timedelta
 from mediagoblin.tools.timesince import is_aware, timesince
 
 
-def test_timesince(test_app):
+def test_timesince():
        test_time = datetime.now()
 
        # it should ignore second and microseconds