curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.4.0 python -
Install packages:
poetry install
Activate virtual environment:
poetry shell
pytest --cov-report html --cov genuml --verbose
flake8
mypy genuml/
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.4.0 python -
Install packages:
poetry install
Activate virtual environment:
poetry shell
pytest --cov-report html --cov genuml --verbose
flake8
mypy genuml/