> For the complete documentation index, see [llms.txt](https://docs.testery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testery.io/framework-specific-guidance/pytest.md).

# PyTest

Testery supports the [PyTest](https://docs.pytest.org) testing framework. The `pytest` framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries.

In order to eliminate package conflicts, Testery does not install the `pytest` nor `pytest-selenium` packages by default. If your tests require these packages, make sure to include them in your `requirements.txt`.
