[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
154c11034d
commit
1741952b49
|
@ -411,14 +411,14 @@ class TestAssert_reprcompare:
|
||||||
"This is some dummy test which shows the strange way in which Pycharm"
|
"This is some dummy test which shows the strange way in which Pycharm"
|
||||||
" displays the full diff.",
|
" displays the full diff.",
|
||||||
"This is some dummy test which shows the strange way in which Pycharm"
|
"This is some dummy test which shows the strange way in which Pycharm"
|
||||||
" displays the full diff."
|
" displays the full diff.",
|
||||||
]
|
]
|
||||||
|
|
||||||
assert callequal(m1, []) == [
|
assert callequal(m1, []) == [
|
||||||
"['This is som...e full diff.'] == []",
|
"['This is som...e full diff.'] == []",
|
||||||
"Left contains one more item: 'This is some dummy test which shows the "
|
"Left contains one more item: 'This is some dummy test which shows the "
|
||||||
"strange way in which Pycharm displays the full diff.'",
|
"strange way in which Pycharm displays the full diff.'",
|
||||||
'Use -v to get more diff',
|
"Use -v to get more diff",
|
||||||
]
|
]
|
||||||
assert callequal(m1, [], verbose=True) == [
|
assert callequal(m1, [], verbose=True) == [
|
||||||
"['This is som...e full diff.'] == []",
|
"['This is som...e full diff.'] == []",
|
||||||
|
@ -435,7 +435,7 @@ class TestAssert_reprcompare:
|
||||||
"Left contains one more item: 'This is some dummy test which shows the "
|
"Left contains one more item: 'This is some dummy test which shows the "
|
||||||
"strange way in which Pycharm displays the full diff.This is some dummy test "
|
"strange way in which Pycharm displays the full diff.This is some dummy test "
|
||||||
"which shows the strange way in which Pycharm displays the full diff.'",
|
"which shows the strange way in which Pycharm displays the full diff.'",
|
||||||
'Use -v to get more diff',
|
"Use -v to get more diff",
|
||||||
]
|
]
|
||||||
|
|
||||||
assert callequal(m2, [], verbose=True) == [
|
assert callequal(m2, [], verbose=True) == [
|
||||||
|
@ -454,7 +454,7 @@ class TestAssert_reprcompare:
|
||||||
"['This is som...e full diff.'] == []",
|
"['This is som...e full diff.'] == []",
|
||||||
"Left contains 2 more items, first extra item: 'This is some dummy test which shows the strange way in "
|
"Left contains 2 more items, first extra item: 'This is some dummy test which shows the strange way in "
|
||||||
"which Pycharm displays the full diff.'",
|
"which Pycharm displays the full diff.'",
|
||||||
'Use -v to get more diff',
|
"Use -v to get more diff",
|
||||||
]
|
]
|
||||||
|
|
||||||
assert callequal(m3, [], verbose=True) == [
|
assert callequal(m3, [], verbose=True) == [
|
||||||
|
|
Loading…
Reference in New Issue