advanced-python-homework-2023
Go to file
2023-10-27 11:00:16 +03:00
src Add tests on pytest and change dir structure 2023-10-27 00:17:40 +03:00
tests Add tests on pytest and change dir structure 2023-10-27 00:17:40 +03:00
.gitignore rm all .SD_Store + upd .gitignore 2023-09-20 11:58:49 +03:00
LICENSE Initial commit 2023-09-19 15:23:12 +03:00
poetry.lock build: Make sphinx 2023-09-20 00:57:45 +03:00
pyproject.toml build: Make sphinx 2023-09-20 00:57:45 +03:00
README.md Upd readme with pytest 2023-10-27 11:00:16 +03:00

advanced-python-homework-2023

advanced-python-homework-2023 Дмитрий Базанов М05-319б

How to build

$ poetry install

How to make docs with Sphinx

$ cd src/docs
$ make html

How to run Pytest tests

$ export PYTHONPATH=src
$ pytest