Related article on Medium
Run tests again all scenarios
make test
Run test again specific scenario
make scenario=lint test-scenario
- Install poetry
- Install venv
- Create a virtual environment
virtualenv .venv
- Activate virtual environment
source .venv/bin/activate
- Install dependencies via poetry
poetry install
or using Makefile
make install_dependencies