()
| 144 | |
| 145 | |
| 146 | def test_go_embeds_struct_field(): |
| 147 | r = extract_go(FIXTURES / "sample.go") |
| 148 | assert ("DataProcessor", "BaseProcessor") in _edge_labels(r, "embeds") |
| 149 | |
| 150 | |
| 151 | def test_go_interface_embedding_emits_embeds(): |
nothing calls this directly
no test coverage detected