(self)
| 53 | |
| 54 | class TestFileSkipSetting(TestISortError): |
| 55 | def setup_class(self): |
| 56 | self.instance: exceptions.FileSkipSetting = exceptions.FileSkipSetting("file_path") |
| 57 | |
| 58 | def test_variables(self): |
| 59 | assert self.instance.file_path == "file_path" |
nothing calls this directly
no outgoing calls
no test coverage detected