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

Function test_bundle_app_name

tests/test_briefcase.py:145–147  ·  view source on GitHub ↗
(rdi, name, bundle_expected, app_name_expected)

Source from the content-addressed store, hash-verified

143 ],
144)
145def test_bundle_app_name(rdi, name, bundle_expected, app_name_expected):
146 bundle_actual, app_name_actual = get_bundle_app_name({"reverse_domain_identifier": rdi}, name)
147 assert (bundle_actual, app_name_actual) == (bundle_expected, app_name_expected)
148
149
150@pytest.mark.parametrize("rdi", ["", "org"])

Callers

nothing calls this directly

Calls 1

get_bundle_app_nameFunction · 0.90

Tested by

no test coverage detected