Created
October 24, 2011 15:59
-
-
Save benjaminws/1309375 to your computer and use it in GitHub Desktop.
For Gary
This file contains hidden or 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
====================================================================== | |
ERROR: test_coolstorybro.TestCoolStoryBro.test_coolstorybro | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/bsmith/Dev/python/coolstorybro/local/lib/python2.7/site-packages/nose/case.py", line 133, in run | |
self.runTest(result) | |
File "/home/bsmith/Dev/python/coolstorybro/local/lib/python2.7/site-packages/nose/case.py", line 151, in runTest | |
test(result) | |
File "/usr/lib/python2.7/unittest/case.py", line 385, in __call__ | |
return self.run(*args, **kwds) | |
File "/usr/lib/python2.7/unittest/case.py", line 296, in run | |
result.startTest(self) | |
File "/home/bsmith/Dev/python/coolstorybro/local/lib/python2.7/site-packages/nose/proxy.py", line 172, in startTest | |
self.plugins.startTest(self.test) | |
File "/home/bsmith/Dev/python/coolstorybro/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 94, in __call__ | |
return self.call(*arg, **kw) | |
File "/home/bsmith/Dev/python/coolstorybro/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 162, in simple | |
result = meth(*arg, **kw) | |
File "/home/bsmith/Dev/python/coolstorybro/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 343, in startTest | |
return self.plugin.startTest(test.test) | |
File "build/bdist.linux-x86_64/egg/coolstorybro/coolstorybro.py", line 32, in startTest | |
raise CoolStoryBro | |
CoolStoryBro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment