ci: update python-tests.yml for new placeholder implementations
Some checks failed
Deploy to Testnet / deploy-testnet (push) Successful in 1m18s
Python Tests / test-python (push) Failing after 11s
Node Failover Simulation / failover-test (push) Successful in 17s
Multi-Node Stress Testing / stress-test (push) Successful in 12s
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Some checks failed
Deploy to Testnet / deploy-testnet (push) Successful in 1m18s
Python Tests / test-python (push) Failing after 11s
Node Failover Simulation / failover-test (push) Successful in 17s
Multi-Node Stress Testing / stress-test (push) Successful in 12s
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
- Add tests/verification/ to pytest run (covers MAC computation, signature verification, agent integration tests) - Install aitbc-agent-sdk package in editable mode for agent SDK tests
This commit is contained in:
@@ -72,11 +72,13 @@ jobs:
|
||||
# Install packages in development mode
|
||||
venv/bin/python -m pip install -e packages/py/aitbc-crypto/
|
||||
venv/bin/python -m pip install -e packages/py/aitbc-sdk/
|
||||
venv/bin/python -m pip install -e packages/py/aitbc-agent-sdk/
|
||||
|
||||
export PYTHONPATH="$PWD/apps/agent-coordinator/src:$PWD/apps/blockchain-node/src:$PWD/apps/wallet/src:$PWD/packages/py/aitbc-crypto/src:$PWD/packages/py/aitbc-sdk/src:$PWD:$PYTHONPATH"
|
||||
export PYTHONPATH="$PWD/apps/agent-coordinator/src:$PWD/apps/blockchain-node/src:$PWD/apps/wallet/src:$PWD/packages/py/aitbc-crypto/src:$PWD/packages/py/aitbc-sdk/src:$PWD/packages/py/aitbc-agent-sdk/src:$PWD:$PYTHONPATH"
|
||||
|
||||
venv/bin/python -m pytest tests/archived_phase_tests/ \
|
||||
tests/cross_phase/ \
|
||||
tests/verification/ \
|
||||
-c /dev/null --rootdir "$PWD" --import-mode=importlib \
|
||||
--tb=short -q --timeout=30 \
|
||||
--cov=apps --cov=packages --cov=cli --cov-append
|
||||
|
||||
Reference in New Issue
Block a user