(self)
| 57 | class Tests(unittest.TestCase): |
| 58 | |
| 59 | def test_connect_anonymous(self): |
| 60 | c = Client(URL) |
| 61 | c.connect() |
| 62 | c.disconnect() |
| 63 | |
| 64 | def FINISH_test_connect_basic256(self): |
| 65 | c = Client(URL) |
nothing calls this directly
no test coverage detected