Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conda/constructor
/ test_name_empty
Function
test_name_empty
tests/test_briefcase.py:90–92 ·
view source on GitHub ↗
(info)
Source
from the content-addressed store, hash-verified
88
],
89
)
90
def
test_name_empty(info):
91
with
pytest.raises(ValueError, match=
"Name is empty"
):
92
get_name_version(info)
93
94
95
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
get_name_version
Function · 0.90
Tested by
no test coverage detected