()
| 14 | |
| 15 | |
| 16 | def 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 | |
| 22 | def test_integration_root(): |
nothing calls this directly
no test coverage detected