Created
May 15, 2011 00:30
-
-
Save derks/972777 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
====================================================================== | |
FAIL: tests.core.test_util.test_diskfree | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/nose-1.0.0-py2.7.egg/nose/case.py", line 187, in runTest | |
self.test(*self.arg) | |
File "/Users/wdierkes/devel/holland/tests/core/test_util.py", line 99, in test_diskfree | |
assert_equals(path.disk_free("/"), actual_bytes) | |
AssertionError: 199717908480 != 199717769216 | |
'199717908480 != 199717769216' = '%s != %s' % (safe_repr(199717908480), safe_repr(199717769216)) | |
'199717908480 != 199717769216' = self._formatMessage('199717908480 != 199717769216', '199717908480 != 199717769216') | |
>> raise self.failureException('199717908480 != 199717769216') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment