Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Pytest setup

Python 2

virtualenv venv2
source venv2/bin/activate
pip install pytest

Python 3

virtualenv venv3 -p python3
source venv3/bin/activate
pip install pytest

Python 3 Debian/Ubuntu

apt-get install python3-pytest

Python 3 RedHat/Centos

yum install python3-pytest