Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ test_normalize_name
Function
test_normalize_name
sdk/python/tests/mod/test_utils.py:135–136 ·
view source on GitHub ↗
(name: str, expected: str)
Source
from the content-addressed store, hash-verified
133
],
134
)
135
def
test_normalize_name(name: str, expected: str):
136
assert normalize_name(name) == expected
137
138
139
def
test_get_alt_name():
Callers
nothing calls this directly
Calls
1
normalize_name
Function · 0.90
Tested by
no test coverage detected