py.test-2.7

Simple powerful testing with 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 python2-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-2.7 on any operating system with command-not-found.com