Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaunchPlatform/beanhub-cli
/ test_format_loc
Function
test_format_loc
tests/forms/test_validator.py:26–27 ·
view source on GitHub ↗
(loc: tuple[str, ...], expected: str)
Source
from the content-addressed store, hash-verified
24
],
25
)
26
def
test_format_loc(loc: tuple[str, ...], expected: str):
27
assert format_loc(loc) == expected
28
29
30
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
format_loc
Function · 0.90
Tested by
no test coverage detected