feat(backend): added auth, reviews, users modules

also provided tests
This commit is contained in:
ITQ
2026-02-12 20:48:29 +03:00
parent cb9692089f
commit 613c99dce2
60 changed files with 5101 additions and 127 deletions
+3 -3
View File
@@ -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
```