pytest

Run Python tests. More information: <https://docs.pytest.org/>.

Debian Debian
RUN apt-get update && \ apt-get install -y python-pytest
Ubuntu
RUN apt-get update && \ apt-get install -y python-pytest
Arch Arch Linux
RUN pacman -S --noconfirm python-pytest
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y python-pytest
Fedora
RUN dnf install -y python-pytest
Raspbian
RUN apt-get update && \ apt-get install -y python-pytest
click the source code to copy install pytest on any operating system with command-not-found.com