(self)
| 122 | |
| 123 | class TestUnsupportedEncoding(TestISortError): |
| 124 | def setup_class(self): |
| 125 | self.instance: exceptions.UnsupportedEncoding = exceptions.UnsupportedEncoding("file.py") |
| 126 | |
| 127 | def test_variables(self): |
| 128 | assert self.instance.filename == "file.py" |
nothing calls this directly
no outgoing calls
no test coverage detected