Fix CLI config.py output_format bug, simulate.py error import, and test script issues
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Coverage Phase 1 (70% Target) / test-coverage-70 (push) Has been cancelled
Coverage Phase 2 (85% Target) / test-coverage-85 (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled

This commit is contained in:
aitbc
2026-05-27 10:24:23 +02:00
parent 4fcbc0855e
commit 7236d274a2
4 changed files with 22 additions and 23 deletions

0
tests/__init__.py Normal file
View File

View File

@@ -9,7 +9,6 @@ from pathlib import Path
# Configure Python path for test discovery
project_root = Path(__file__).parent.parent
sys.path.insert(0, str(project_root))
sys.path.insert(0, str(project_root / "tests"))
# Import fixtures from dedicated fixture files
# Common fixtures (environment setup, data generators)