MCPcopy Create free account
hub / github.com/blockfrost/blockfrost-python / test_integration_root

Function test_integration_root

tests/test_api.py:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def test_integration_root():
17 if os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'):
18 api = BlockFrostApi(project_id=os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'))
19 assert api.root()
20
21
22def test_integration_root():

Callers

nothing calls this directly

Calls 2

rootMethod · 0.95
BlockFrostApiClass · 0.90

Tested by

no test coverage detected