Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,9 @@ cd control-plane && ./.venv/bin/python -m app.smoke_test # full loop (uns
cd agent && go test ./... # agent unit tests incl. manifest verify
```

`pytest` is optional; both Python test modules run as plain scripts via
`python -m`.
The control plane has a suite of `app/*_test.py` modules; CI runs each in its
own process with `pytest` (several rebind module-global state at import). Most
also run as plain scripts via `python -m`. Run `make lint` before committing.

## Configuration

Expand Down
Loading