(self)
| 68 | c.disconnect() |
| 69 | |
| 70 | def test_find_servers(self): |
| 71 | c = Client(URL) |
| 72 | res = c.connect_and_find_servers() |
| 73 | self.assertTrue(len(res) > 0) |
| 74 | |
| 75 | def test_find_endpoints(self): |
| 76 | c = Client(URL) |
nothing calls this directly
no test coverage detected