%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. &lfs113_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, nose, and xmlschema Installation of Pytest Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user pytest The installation can be tested with the following commands: python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install pytest[testing] && python3 /usr/bin/pytest deactivate 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