()
| 57 | |
| 58 | |
| 59 | def test_empty_both_no_changes(): |
| 60 | module = FakeModule("mod", [], []) |
| 61 | changes = _detect_module_changes(module) |
| 62 | assert changes == [] |
| 63 | |
| 64 | |
| 65 | # --- All added (no metadata / never rendered) --- |
nothing calls this directly
no test coverage detected