MCPcopy Create free account
hub / github.com/conda/constructor / test_name_no_alphanumeric

Function test_name_no_alphanumeric

tests/test_briefcase.py:169–171  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

167
168@pytest.mark.parametrize("name", ["", " ", "!", "-", "---"])
169def test_name_no_alphanumeric(name):
170 with pytest.raises(ValueError, match=f"Name '{name}' contains no alphanumeric characters"):
171 get_bundle_app_name({}, name)
172
173
174@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

get_bundle_app_nameFunction · 0.90

Tested by

no test coverage detected