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 test discovery - ignore some tests

$ pytest


$ pytest --ignore venv3/
test_mymod_1.py .
test_mymod_2.py .F