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

Function test_integration_epoch

tests/test_cardano_epochs.py:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94
95def test_integration_epoch():
96 if os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'):
97 api = BlockFrostApi(project_id=os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'))
98 assert api.epoch(number=epoch)
99
100
101def test_epochs_next(requests_mock):

Callers

nothing calls this directly

Calls 1

BlockFrostApiClass · 0.90

Tested by

no test coverage detected