Skip to content

shifqu/pytest-generator

Repository files navigation

Pytest Generator

Generate pytests for all classes, functions and methods


PyPI version codecov Join the chat at https://gitter.im/shifqu/pytest-generator Downloads Test Status License Code style: black Imports: isort


System requirements

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.

Installation

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


About

Read the AST from a project and generate a skeleton of tests for that node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published