Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.63 KB

index.rst

File metadata and controls

62 lines (43 loc) · 1.63 KB

Pynguin—PYthoN General UnIt test geNerator

Release v|version|. (:ref:`Installation <install>`)

https://readthedocs.org/projects/pynguin/badge/?version=latest

Pynguin (IPA: ˈpɪŋɡuiːn) is a framework that allows automated unit test generation for Python. It is an extensible tool that allows the implementation of various test-generation approaches.

The User Guide

If you are a potential user of Pynguin start here with how to install and use Pynguin. This part is mostly prose and shows step-by-step how you can use Pynguin to generate unit tests for your project

.. toctree::
   :maxdepth: 2

   user/intro
   user/install
   user/quickstart
   user/assertions
   user/reproducible

The Contributor Guide

If you want to contribute to the project, this part of the documentation is for you.

.. toctree::
   :maxdepth: 3

   dev/contributing
   dev/development

The API Documentation

If you are looking for information on a specific function, class, or method, this part of the documentation is for you

.. toctree::
   :maxdepth: 2

   api