test_timesince() doesn't need a complete test_app.
This commit is contained in:
parent
455f2d6506
commit
d38e9779dd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user