Tests #24

Merged
Derinhelm merged 10 commits from tests into develop 2021-04-28 23:02:35 +03:00
Showing only changes of commit bba4be6b27 - Show all commits

View File

@@ -53,3 +53,8 @@ docker-compose up
```bash
docker-compose exec web python manage.py makemigrations backend
```
Для запуска тестов использовать
```bash
docker-compose exec web python manage.py test
```