Files
aitbc/tests/archived_phase_tests/phase3
aitbc fda27f2c6a
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
fix: replace deprecated UTC with timezone.utc in test files
- Update datetime.now(UTC) to datetime.now(timezone.utc) across all test files
- Fix test_block_import.py to use dynamic base height from current chain head
- Fix test_block_import_complete.py to calculate base_height from current head
- Add SSH options for non-interactive connection in test_cross_node_blockchain.py
- Add timeout parameter to SSH subprocess call
- Update all timestamp generation to use timezone.utc
2026-05-09 18:29:54 +02:00
..