Merge pull request #6673 from sscherfke/features
Reverse / fix meaning of "+/-" in error diffs
This commit is contained in:
@@ -1279,8 +1279,8 @@ def test_pdb_can_be_rewritten(testdir):
|
||||
" def check():",
|
||||
"> assert 1 == 2",
|
||||
"E assert 1 == 2",
|
||||
"E -1",
|
||||
"E +2",
|
||||
"E +1",
|
||||
"E -2",
|
||||
"",
|
||||
"pdb.py:2: AssertionError",
|
||||
"*= 1 failed in *",
|
||||
|
||||
Reference in New Issue
Block a user