February 2022
Intermediate to advanced
274 pages
6h 28m
English
You can find third-party pytest plugins in several places.
The main pytest documentation site includes an alphabetized list of plugins pulled from pypi.org. It’s a big list.
The Python Package Index (PyPI) is a great place to get lots of Python packages, but it is also a great place to find pytest plugins. When looking for pytest plugins, it should work pretty well to search for pytest, pytest- or -pytest, as most pytest plugins either start with pytest- or end in -pytest. You can also filter by classifier "Framework::Pytest", which will include packages that include a pytest plugin but aren’t named pytest- or -pytest, such as Hypothesis and Faker. ...
Read now
Unlock full access