Skip to content

Commit e41bf65

Browse files
Update OPEN_AGENTIC_ROOT_TESTS.md
1 parent 20e1e7c commit e41bf65

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

OPEN_AGENTIC_ROOT_TESTS.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
3-
42
# Open Agentic 2.0 – Test Playbook
53

64
This 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

1715
Make sure your local clone is up to date with `main`:
1816

1917
```bash
2018
cd ~/open-agentic
2119
git pull origin main
2220
source .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

2929
The 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

3535
Run the full suite:
3636

@@ -298,6 +298,11 @@ Planned future scenario:
298298

299299
This section is reserved for a future swarm test once the design and implementation are finalized.
300300

301+
```
302+
303+
304+
305+
301306
302307
303308

0 commit comments

Comments
 (0)