()
| 226 | |
| 227 | |
| 228 | def 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 | |
| 234 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected