(self)
| 582 | self.text) |
| 583 | |
| 584 | def test_read_image(self): |
| 585 | self.assertEqual(self.image_url_resp.read(), self.image) |
| 586 | |
| 587 | def test_missing_comma(self): |
| 588 | self.assertRaises(ValueError,urllib.request.urlopen,'data:text/plain') |
nothing calls this directly
no test coverage detected