%general-entities; ]> Pytest-&pytest-version; pytest Introduction to Pytest Module The Pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries. &lfs121_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &pytest-md5sum; Download size: &pytest-size; Estimated disk space required: &pytest-buildsize; Estimated build time: &pytest-time; Pytest Dependencies Required , , and Recommended Optional (for testing) , , , argcomplete, hypothesis, mock, xmlschema Installation of Pytest Build the module: &build-wheel; Now, as the root user: &install-wheel; pytest The installation can be tested with the following commands: python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install pytest[dev] && python3 /usr/bin/pytest deactivate One test, testing/test_pathlib.py, is known to fail. Contents Installed Programs Installed Libraries Installed Directories pytest and py.test (different files but with same content) None /usr/lib/python&python3-majorver;/site-packages/_pytest, /usr/lib/python&python3-majorver;/site-packages/pytest, and /usr/lib/python&python3-majorver;/site-packages/pytest-&pytest-version;.dist-info Short Descriptions pytest sets up, manages, and/or runs test in python module source directories pytest