Repository to explore python programming, testing and bundling of python programs
- python
3.11.4
- make
3.81
- git
latest
- pycharm
latest
Setup python
interpreter to virtual env as:
Settings -> Project: <Project Name> -> Python Interpreter -> Add Interpreter -> Add Local Interpreter -> Select Existing -> Python -> <Project Root>/.venv/bin/python
To run pytest
tests in PyCharm
, make the project root directory as test root directory by
Right Click Project Root directory -> Mark Directory As -> Test Sources Root
make init
make update
make test
make flake8
make run_all
make requirements
make requirements_with_dev
pip install -r requirements.txt
make clean init requirements create_distribution