Skip to content

l1onsun/comment_tree

Repository files navigation

Тестовое задание (ТЗ: terms_of_reference)
пример работы в тестах: test_two_users_flow

Using with docker

Run all tests in docker-compose

> make docker-test docker-stop-postgres

Deploy in docker-compose

> make docker-run

Using locally

Install dependencies

> # activate venv
> make install

Run only unit tests

> make test-unit

Run all tests

> # set TEST_POSTGRES_URI in .env
> make test-all

Change dependencies

> # edit requirements.in
> make requirements.txt sync

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published