feat(backend): added auth, reviews, users modules
also provided tests
This commit is contained in:
@@ -110,14 +110,14 @@ Backend will be available on [127.0.0.1:8080](http://127.0.0.1:8080).
|
||||
uv sync --all-extras
|
||||
```
|
||||
|
||||
### Run tests
|
||||
### Run tests (with coverage)
|
||||
|
||||
```bash
|
||||
uv run coverage run --source="." manage.py test
|
||||
just test-coverage
|
||||
```
|
||||
|
||||
### Check coverage
|
||||
|
||||
```bash
|
||||
uv run coverage report
|
||||
just show-coverage
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user