Skip to content

Instantly share code, notes, and snippets.

@ahammond
Created May 25, 2018 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahammond/22c8a58371d7d9b422117c7e5a4868ad to your computer and use it in GitHub Desktop.
Save ahammond/22c8a58371d7d9b422117c7e5a4868ad to your computer and use it in GitHub Desktop.
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']
First differing element 0:
'a'
'b'
First list contains 1 additional elements.
First extra element 2:
'c'
- ['a', 'b', 'c']
? -----
+ ['b', 'c']
----------------------------------------------------------------------
Ran 2 tests in 0.001s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment