diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-15 22:02:47 +0200 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-16 19:40:57 +0200 |
commit | d38e9779dd1a367934e5baa415a6aa326e5e9e03 (patch) | |
tree | 239c821b7d6dfcac0c95bf03b450614a6c7e8303 | |
parent | 455f2d6506929a4dc32a843cb633c9415daf5b00 (diff) | |
download | mediagoblin-d38e9779dd1a367934e5baa415a6aa326e5e9e03.tar.lz mediagoblin-d38e9779dd1a367934e5baa415a6aa326e5e9e03.tar.xz mediagoblin-d38e9779dd1a367934e5baa415a6aa326e5e9e03.zip |
test_timesince() doesn't need a complete test_app.
-rw-r--r-- | mediagoblin/tests/test_timesince.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_timesince.py b/mediagoblin/tests/test_timesince.py index 1f8a082b..6579eb09 100644 --- a/mediagoblin/tests/test_timesince.py +++ b/mediagoblin/tests/test_timesince.py @@ -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 |