Skip to content

Instantly share code, notes, and snippets.

@soltysh
Created February 7, 2017 21:17
Show Gist options
  • Save soltysh/fae01ee0f9e188822ecb5fe79681e131 to your computer and use it in GitHub Desktop.
Save soltysh/fae01ee0f9e188822ecb5fe79681e131 to your computer and use it in GitHub Desktop.
$ python extensions/test/test_local_replace.py ../roundup
F
======================================================================
FAIL: test_replacement (__main__.TestPyDevStringHTMLProperty)
----------------------------------------------------------------------
Traceback (most recent call last):
File "extensions/test/test_local_replace.py", line 65, in test_replacement
expected_result.decode())
AssertionError: u' issue 1234\n' != u' <a class="open" title="[open] Mock title" href="issue1234">issue 1234</a>\n'
- issue 1234
+ <a class="open" title="[open] Mock title" href="issue1234">issue 1234</a>
----------------------------------------------------------------------
Ran 1 test in 0.002s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment