MCPcopy
hub / github.com/pex-tool/pex / test_entry_points_ini_string

Function test_entry_points_ini_string

tests/test_bdist_pex.py:107–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106@skip_if_no_disutils
107def test_entry_points_ini_string():
108 # type: () -> None
109 assert_entry_points(
110 dedent(
111 """
112 [console_scripts]
113 my_app=my_app.my_module:do_something
114 """
115 )
116 )
117
118
119@skip_if_no_disutils

Callers

nothing calls this directly

Calls 1

assert_entry_pointsFunction · 0.85

Tested by

no test coverage detected