File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11
2-
3-
42# Open Agentic 2.0 – Test Playbook
53
64This document describes the current test structure and manual test flows for Open Agentic 2.0.
@@ -12,25 +10,27 @@ All commands assume:
1210- Repository root: ` ~/open-agentic `
1311- Virtualenv active: ` source .venv/bin/activate `
1412
15- ### Repository sync
13+ ## Repository sync
1614
1715Make sure your local clone is up to date with ` main ` :
1816
1917``` bash
2018cd ~ /open-agentic
2119git pull origin main
2220source .venv/bin/activate
21+ ```
2322
23+ All test commands in this document assume you are on the latest ` main ` branch.
2424
2525---
2626
2727## 1. Core pytest suite (root tests)
2828
2929The main automated tests live under ` tests/ ` :
3030
31- - ` tests/test_agentic2.py` – end-to-end tests for Open Agentic 2.0
32- - ` tests/test_audit_chain_all.py` – audit-chain validation
33- - ` tests/test_smoke.py` – basic smoke tests for Audit and Orchestrator
31+ * ` tests/test_agentic2.py ` – end-to-end tests for Open Agentic 2.0
32+ * ` tests/test_audit_chain_all.py ` – audit-chain validation
33+ * ` tests/test_smoke.py ` – basic smoke tests for Audit and Orchestrator
3434
3535Run the full suite:
3636
@@ -298,6 +298,11 @@ Planned future scenario:
298298
299299This section is reserved for a future swarm test once the design and implementation are finalized.
300300
301+ ```
302+
303+
304+
305+
301306
302307
303308
You can’t perform that action at this time.
0 commit comments