()
| 293 | |
| 294 | |
| 295 | async def main(): |
| 296 | print("hypersync-client-python") |
| 297 | print(f"number of runs for each test: {NUM_BENCHMARK_RUNS}") |
| 298 | await test_intstr_mapping() |
| 299 | await test_send_req() |
| 300 | await test_send_req_arrow() |
| 301 | await test_send_events_req() |
| 302 | await test_get_height() |
| 303 | await test_decode_logs() |
| 304 | await test_decode_events() |
| 305 | await test_create_parquet_folder() |
| 306 | await test_preset_query_blocks_and_transactions() |
| 307 | await test_preset_query_blocks_and_transaction_hashes() |
| 308 | await test_preset_query_logs() |
| 309 | await test_preset_query_logs_of_event() |
| 310 | test_sig_to_topic0() |
| 311 | |
| 312 | |
| 313 | asyncio.run(main()) |
no test coverage detected