()
| 209 | |
| 210 | |
| 211 | def 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 | |
| 217 | def test_graph_deplist_transformation(): |
nothing calls this directly
no test coverage detected