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

Function test_empty

tests/test_format.py:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80
81def test_empty() -> None:
82 source = expected = ""
83 assert_format(source, expected)
84
85
86def test_patma_invalid() -> None:

Callers

nothing calls this directly

Calls 1

assert_formatFunction · 0.90

Tested by

no test coverage detected