Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
def
test_empty() -> None:
82
source = expected =
""
83
assert_format(source, expected)
84
85
86
def
test_patma_invalid() -> None:
Callers
nothing calls this directly
Calls
1
assert_format
Function · 0.90
Tested by
no test coverage detected