Created
January 25, 2013 17:16
-
-
Save hughes/4636219 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ paver test | |
---> pavement.test | |
nosetests | |
..................F.......... | |
====================================================================== | |
FAIL: test_time (tests.utils.test_template.TestHumanize) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/hughes/Documents/dev/flower/tests/utils/test_template.py", line 51, in test_time | |
humanize(1343911558.305793, type='time')) | |
AssertionError: '2012-08-02 16:45:58' != '2012-08-02 08:45:58' | |
---------------------------------------------------------------------- | |
Ran 29 tests in 0.648s | |
FAILED (failures=1) | |
Captured Task Output: | |
--------------------- | |
---> pavement.test | |
nosetests | |
Build failed running pavement.test: Subprocess return code: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment