pytest: helps you write better programs¶ The pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries. pytest requires: Python 3.8+ or PyPy3. PyPI package name: pytest A quick example¶ $ pytest =========================== test session starts ============================ platform linux -- Python 3.x.y, pytest-8