pytest

Simple powerful testing framework for Python

brewmacoslinux
Try with needOr install directly
Source

About

Simple powerful testing with Python

Commands

pytest

Examples

Run all tests in the current directory$ pytest
Run tests in a specific file with verbose output$ pytest tests/test_example.py -v
Run tests matching a specific pattern with coverage report$ pytest -k test_login --cov=myapp