MCPcopy
hub / github.com/bigchaindb/bigchaindb / bob

Function bob

tests/conftest.py:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198
199@pytest.fixture
200def bob():
201 from bigchaindb.common.crypto import generate_key_pair
202 return generate_key_pair()
203
204
205@pytest.fixture

Callers

nothing calls this directly

Calls 1

generate_key_pairFunction · 0.90

Tested by

no test coverage detected