(self)
| 73 | self.assertTrue(len(res) > 0) |
| 74 | |
| 75 | def test_find_endpoints(self): |
| 76 | c = Client(URL) |
| 77 | res = c.connect_and_get_server_endpoints() |
| 78 | self.assertTrue(len(res) > 0) |
| 79 | |
| 80 | @connect |
| 81 | def test_get_root(self, client): |
nothing calls this directly
no test coverage detected