(self)
| 12 | |
| 13 | class TestKeyShareExtension(unittest.TestCase): |
| 14 | def test___init__(self): |
| 15 | ext = KeyShareExtension() |
| 16 | |
| 17 | self.assertIsNotNone(ext) |
| 18 | |
| 19 | def test_create(self): |
| 20 | ext = KeyShareExtension() |
nothing calls this directly
no test coverage detected