Skip to content

Instantly share code, notes, and snippets.

@hughes
Created January 25, 2013 17:16
Show Gist options
  • Save hughes/4636219 to your computer and use it in GitHub Desktop.
Save hughes/4636219 to your computer and use it in GitHub Desktop.
$ 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