(self)
| 62 | c.disconnect() |
| 63 | |
| 64 | def FINISH_test_connect_basic256(self): |
| 65 | c = Client(URL) |
| 66 | c.set_security_string("basic256,sign,XXXX") |
| 67 | c.connect() |
| 68 | c.disconnect() |
| 69 | |
| 70 | def test_find_servers(self): |
| 71 | c = Client(URL) |
nothing calls this directly
no test coverage detected