(self)
| 340 | self.assertRaises(SyntaxError, self.check_encoding, "utf-8", extra) |
| 341 | |
| 342 | def test_file_utf8(self): |
| 343 | self.check_encoding("utf-8") |
| 344 | |
| 345 | def test_file_iso_8859_1(self): |
| 346 | self.check_encoding("iso-8859-1") |
nothing calls this directly
no test coverage detected