pytest==9.1.1
# pytest: simple powerful testing with Python
$ pip install pytest
downloads/wk
238,599,562
license
version
9.1.1
python
>=3.10
What is pytest?
pytest is a testing framework that makes it easy to write and run tests for Python code. It simplifies test creation compared to Python's built-in unittest module and provides features like flexible test discovery, detailed failure reporting, and powerful assertions. Developers use pytest to catch bugs early, ensure code reliability, and maintain confidence when refactoring or adding new features.
Keywords
#test #unittest
Author
Brianna Laugher, Bruno Oliveira, Floris Bruynooghe, Freya Bruhin, Holger Krekel, Others (See AUTHORS), Ronny Pfannschmidt