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

Function test_bootstrap_dependency_addition

tests/test_graph.py:211–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209
210
211def test_bootstrap_dependency_addition():
212 build_order, python_modules, bs = get_recipe_order_and_bootstrap(
213 ctx, ['kivy'], None)
214 assert ('hostpython3' in build_order)
215
216
217def test_graph_deplist_transformation():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected