Add Makefile install and test targets for local development.

This commit is contained in:
2026-07-03 00:54:25 +02:00
parent 592577f7cd
commit 0320b112fd
2 changed files with 35 additions and 1 deletions

View File

@@ -30,7 +30,14 @@ Adjacent repositories own nearby but separate concerns:
## Quick Start
```bash
python3 -m pytest
make test
```
Install for local development or ops-warden integration:
```bash
make install-editable
# or from ops-warden: make install-all
```
The default test suite uses only deterministic local fixtures.