pipenv install
export PYTHONPATH="${HOME}/Projects/pypi/ph_toolbox"
make test
pipenv run pytest ./tests/
Or specific test:
pipenv run pytest ./tests/ph_toolbox/test_config.py
Can be installed from https://pypi.org/project/ph-toolbox/
pipenv install ph-toolbox
Then can be imported into python code like below
from ph_toolbox.config import Config
from ph_toolbox.utils import get_logger