PyTest test discovery - ignore some tests
$ pytest
$ pytest --ignore venv3/
test_mymod_1.py .
test_mymod_2.py .F
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
$ pytest --ignore venv3/
test_mymod_1.py .
test_mymod_2.py .F