build: merge of VAD
ref: N25B-213
This commit is contained in:
10
README.md
10
README.md
@@ -35,10 +35,16 @@ uv run fastapi dev src/control_backend/main.py
|
||||
```
|
||||
|
||||
## Testing
|
||||
Testing happens automatically when opening a merge request to any branch. If you want to manually run the test suite, you can do so by running the following:
|
||||
Testing happens automatically when opening a merge request to any branch. If you want to manually run the test suite, you can do so by running the following for unit tests:
|
||||
|
||||
```bash
|
||||
uv run --only-group test pytest
|
||||
uv run --only-group test pytest test/unit
|
||||
```
|
||||
|
||||
Or for integration tests:
|
||||
|
||||
```bash
|
||||
uv run --group integration-test pytest test/integration
|
||||
```
|
||||
|
||||
## GitHooks
|
||||
|
||||
Reference in New Issue
Block a user