[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
14bf4974b5
commit
24372bbdb1
|
@ -2508,8 +2508,16 @@ def test_short_summary_with_verbose(monkeypatch: MonkeyPatch) -> None:
|
|||
|
||||
# NOTE: constructed, not sure if this is supported.
|
||||
mocked_pos = "nodeid::🉐::withunicode"
|
||||
check("🉐🉐🉐🉐🉐\n2nd line", 29, "FAILED nodeid::🉐::withunicode - 🉐🉐🉐🉐🉐\n2nd line")
|
||||
check("🉐🉐🉐🉐🉐\n2nd line", 80, "FAILED nodeid::🉐::withunicode - 🉐🉐🉐🉐🉐\n2nd line")
|
||||
check(
|
||||
"🉐🉐🉐🉐🉐\n2nd line",
|
||||
29,
|
||||
"FAILED nodeid::🉐::withunicode - 🉐🉐🉐🉐🉐\n2nd line",
|
||||
)
|
||||
check(
|
||||
"🉐🉐🉐🉐🉐\n2nd line",
|
||||
80,
|
||||
"FAILED nodeid::🉐::withunicode - 🉐🉐🉐🉐🉐\n2nd line",
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
Loading…
Reference in New Issue