py.test

Simple, powerful testing in Python

Debian Debian
RUN apt-get update && \ apt-get install -y python-pytest
Ubuntu
RUN apt-get update && \ apt-get install -y python-pytest
Alpine
RUN apk add 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
CentOS
RUN yum install -y pytest
Fedora
RUN dnf install -y python2-pytest
Raspbian
RUN apt-get update && \ apt-get install -y python-pytest
click the source code to copy install py.test on any operating system with command-not-found.com