Comment on page
PyTest
Testery supports the PyTest 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
.