(self)
| 35 | assert found is True |
| 36 | |
| 37 | def test_get_current_context(self): |
| 38 | assert ContextAPI.get_current_context().Name == "default" |
| 39 | |
| 40 | def test_https_host(self): |
| 41 | c = Context("test", host="tcp://testdomain:8080", tls=True) |
nothing calls this directly
no test coverage detected