Software
Estimated time to read: 1 minute
Test development tools, sorted by order of appearance in the tutorial.
Name | Description | Tutorial |
---|---|---|
unittest | Unit testing framework of the Python Standard Library | unittest |
pytest | Popular, no-boilerplate testing framework for Python. | pytest |
doctest | Python module that executes tests written in Python docstrings | doctest |
behave | Test runner for behavior-driven development (BDD) based on the Gherkin language | behave |
tox | Test automation with automatic test isolation based on virtualenv | tox |