()
| 93 | |
| 94 | |
| 95 | def 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 | |
| 101 | def test_epochs_next(requests_mock): |
nothing calls this directly
no test coverage detected