Fix test_edge_advanced.sh island bridge positional arg and add cli/ to pytest path
Some checks failed
Coverage Phase 1 (70% Target) / test-coverage-70 (push) Has been cancelled
Coverage Phase 2 (85% Target) / test-coverage-85 (push) Has been cancelled
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
Python Tests / test-python (push) Has been cancelled

This commit is contained in:
aitbc
2026-05-27 10:37:18 +02:00
parent 902a2f049c
commit 6512861dd8
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ 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 / "cli"))
# Import fixtures from dedicated fixture files
# Common fixtures (environment setup, data generators)