MCPcopy Index your code
hub / github.com/python/mypy / test_parse_location_windows

Method test_parse_location_windows

mypy/test/testutil.py:20–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 assert get_terminal_width() == 80
19
20 def test_parse_location_windows(self) -> None:
21 assert parse_location(r"C:\test.py:1:1") == (r"C:\test.py", [1, 1])
22 assert parse_location(r"C:\test.py:1:1:1:1") == (r"C:\test.py", [1, 1, 1, 1])
23
24
25class TestWriteJunitXml(TestCase):

Callers

nothing calls this directly

Calls 1

parse_locationFunction · 0.90

Tested by

no test coverage detected