(self)
| 45 | |
| 46 | class TestFileSkipComment(TestISortError): |
| 47 | def setup_class(self): |
| 48 | self.instance: exceptions.FileSkipComment = exceptions.FileSkipComment("file_path") |
| 49 | |
| 50 | def test_variables(self): |
| 51 | assert self.instance.file_path == "file_path" |
nothing calls this directly
no outgoing calls
no test coverage detected