advanced-python-homework-2023
Go to file
2023-11-12 18:21:45 +03:00
controls change molules structure 2023-11-12 18:13:02 +03:00
docs change molules structure 2023-11-12 18:13:02 +03:00
equipment change molules structure 2023-11-12 18:13:02 +03:00
tests Update tests with many params 2023-10-27 11:31:58 +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
noblocking_turtle_shell.py Init HW4 2023-11-12 17:54:23 +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 cd docs to readme in making sphinx 2023-11-12 18:19:45 +03:00
turtle_shell.py Init HW4 2023-11-12 17:54:23 +03:00

advanced-python-homework-2023

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

How to build

$ poetry install

How to make docs with Sphinx

$ cd docs
$ make html

How to run Pytest tests

$ export PYTHONPATH=.
$ pytest