(self)
| 313 | self.skipTest("Could not retrieve "+self.mapfileurl) |
| 314 | |
| 315 | def open_mapping_file(self): |
| 316 | return support.open_urlresource(self.mapfileurl, encoding="utf-8") |
| 317 | |
| 318 | def test_mapping_file(self): |
| 319 | if self.mapfileurl.endswith('.xml'): |
no outgoing calls
no test coverage detected