MCPcopy
hub / github.com/psf/black / test_simple_format

Function test_simple_format

tests/test_format.py:54–55  ·  view source on GitHub ↗
(filename: str)

Source from the content-addressed store, hash-verified

52@pytest.mark.filterwarnings("ignore:invalid escape sequence.*:DeprecationWarning")
53@pytest.mark.parametrize("filename", all_data_cases("cases"))
54def test_simple_format(filename: str) -> None:
55 check_file("cases", filename)
56
57
58@pytest.mark.parametrize("filename", all_data_cases("line_ranges_formatted"))

Callers

nothing calls this directly

Calls 1

check_fileFunction · 0.85

Tested by

no test coverage detected