pytest: Simple powerful testing with Python¶
Description¶
Simple powerful testing with Python
License¶
MIT
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
Version Information¶
package-version.txt:
8.3.2
version_requirements.txt:
pytest
Installation commands¶
$ pip install pytest
$ sage -i pytest
$ conda install pytest
$ sudo dnf install python3-pytest
$ sudo port install py-pytest
$ sudo xbps-install python3-pytest
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then
./configure
will check if the system package can be used.