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
pyjunk ~/s/a/pyjunk master ± python append.py | |
.F | |
====================================================================== | |
FAIL: test_append_to_two (__main__.TestAppendTo) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "append.py", line 25, in test_append_to_two | |
self.assertListEqual(r, ['b', 'c']) | |
AssertionError: Lists differ: ['a', 'b', 'c'] != ['b', 'c'] |
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
Traceback (most recent call last): | |
File "/Users/ahammond/.virtualenvs/bbtry/bin/buildbot", line 4, in <module> | |
runner.run() | |
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/scripts/runner.py", line 763, in run | |
sys.exit(subcommandFunction(subconfig)) | |
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/scripts/debugclient.py", line 18, in debugclient | |
from buildbot.clients import debug | |
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/clients/debug.py", line 17, in <module> | |
from twisted.internet import gtk2reactor | |
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 45, in <module> |