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

Function test_version_empty

tests/test_briefcase.py:102–104  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

100 ],
101)
102def test_version_empty(info):
103 with pytest.raises(ValueError, match="Version is empty"):
104 get_name_version(info)
105
106
107@pytest.mark.parametrize("version_in", ["x", ".", " ", "hello"])

Callers

nothing calls this directly

Calls 1

get_name_versionFunction · 0.90

Tested by

no test coverage detected