(self)
| 237 | ) |
| 238 | |
| 239 | def test_reopen(self): |
| 240 | t = create_mock_topology() |
| 241 | |
| 242 | # Additional calls are permitted. |
| 243 | t.open() |
| 244 | t.open() |
| 245 | |
| 246 | def test_unavailable_seed(self): |
| 247 | t = create_mock_topology() |
nothing calls this directly
no test coverage detected