(self)
| 128 | |
| 129 | class OtherNetworkTests(unittest.TestCase): |
| 130 | def setUp(self): |
| 131 | if 0: # for debugging |
| 132 | import logging |
| 133 | logger = logging.getLogger("test_urllib2net") |
| 134 | logger.addHandler(logging.StreamHandler()) |
| 135 | |
| 136 | # XXX The rest of these tests aren't very good -- they don't check much. |
| 137 | # They do sometimes catch some major disasters, though. |
nothing calls this directly
no test coverage detected