test_timesince() doesn't need a complete test_app.

This commit is contained in:
Elrond 2013-04-15 22:02:47 +02:00
parent 455f2d6506
commit d38e9779dd

View 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