(self)
| 22 | """Tests for ExampleSerialChecker file-selection and violation logic.""" |
| 23 | |
| 24 | def setUp(self) -> None: |
| 25 | self.checker = ExampleSerialChecker() |
| 26 | |
| 27 | # ------------------------------------------------------------------ # |
| 28 | # should_process_file # |
nothing calls this directly
no test coverage detected