Currently a Work In Progress
curl -sSL https://install.python-poetry.org | python3 -
Install project dependencies into the poetry virtual environment.
poetry install
poetry run pytest
Currently a Work In Progress
curl -sSL https://install.python-poetry.org | python3 -
Install project dependencies into the poetry virtual environment.
poetry install
poetry run pytest