Generate pytests for all classes, functions and methods
Pytest Generator requires Python 3.8+ and Poetry 1.0+.
Tip: The recommended IDE is VSCode. A .vscode
directory is provided with a file containing recommended extensions alongside default launch configurations and workspace specific settings.
Pytest Generator uses Poetry to manage the virtual environments. This makes installing the application locally a breeze.
poetry install
poetry run pip install --upgrade pip
poetry update
poetry run pre-commit install -t pre-commit -t pre-push
Tip: This repository ships with an install script (./scripts/install.sh) which will run above commands for you
Read Latest Documentation - Browse GitHub Code Repository