MCPcopy Create free account
hub / github.com/mozilla/cipherscan / test___init__

Method test___init__

cscan_tests/test_extensions.py:14–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12
13class 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()

Callers

nothing calls this directly

Calls 1

KeyShareExtensionClass · 0.90

Tested by

no test coverage detected