docs: testing is now implemented
This commit is contained in:
16
README.md
16
README.md
@@ -148,9 +148,23 @@ $ uv sync
|
|||||||
$ uv run python -m auditui.cli
|
$ uv run python -m auditui.cli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Don't forget to run the tests.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
WIP.
|
As usual, tests are located in `tests` directory and use `pytest`.
|
||||||
|
|
||||||
|
Get the dev dependencies:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
uv sync --extra dev
|
||||||
|
```
|
||||||
|
|
||||||
|
And run the tests:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
uv run pytest
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user