Add Makefile install and test targets for local development.
This commit is contained in:
parent
592577f7cd
commit
0320b112fd
2 changed files with 35 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue