Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/black
/ test_empty
Function
test_empty
tests/test_format.py:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
73
74
def
test_empty() -> None:
75
source = expected =
""
76
assert_format(source, expected)
77
78
79
@pytest.mark.parametrize(
"filename"
, all_data_cases(
"py_36"
))
Callers
nothing calls this directly
Calls
1
assert_format
Function · 0.90
Tested by
no test coverage detected