Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 584 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 584 Bytes

SqlAlchemy test task

Задание

image

Установка

poerty install

Запуск

Создать и заполнить файл .env. Переменные можно посмотреть в файле example.env

poetry run alembic upgrade head
poetry run python main.py

Доступные опции:

  • --sort-fld SORT_FLD sorting field
  • --sort-dir SORT_DIR sorting direction
  • --depth DEPTH depth
  • --node NODE_ID start node

Запуск тестов

poetry run pytest