Password Analyzer Sample repo for test case generation example (coming soon)! Requirements Install Poetry Create a virtualenv python -m venv .venv && source .venv/bin/activate Install dependencies poetry install --no-root Run tests poetry run pytest For viewing test results in Allure, install Allure and run poetry run pytest --alluredir allure-results allure serve allure-results