(self, code: str)
| 118 | """These should produce NO violations.""" |
| 119 | |
| 120 | def _violations(self, code: str) -> list[Violation]: |
| 121 | return check_file("<test>", code) |
| 122 | |
| 123 | def test_kbi_with_notify_and_broad(self) -> None: |
| 124 | code = """\ |
no test coverage detected