MCPcopy Index your code
hub / github.com/kivy/python-for-android / test_bootstrap_dependency_addition2

Function test_bootstrap_dependency_addition2

tests/test_graph.py:228–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226
227
228def test_bootstrap_dependency_addition2():
229 build_order, python_modules, bs = get_recipe_order_and_bootstrap(
230 ctx, ['kivy', 'python3'], None)
231 assert 'hostpython3' in build_order
232
233
234if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected