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

Function test_integration_clock

tests/test_health.py:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def test_integration_clock():
31 if os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'):
32 api = BlockFrostApi(project_id=os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'))
33 assert api.clock()

Callers

nothing calls this directly

Calls 1

BlockFrostApiClass · 0.90

Tested by

no test coverage detected