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 features

  • Organize and run tests per directory (test discovery).
  • Run tests by name matching.
  • Run tests by mark (smoke, integration, db).
  • Run tests in parallel with the xdist plugin.
  • A wealth of plugins. (e.g. test coverage reporting.)
  • Create your own fixtures and distribute them.
  • Create your own plugins and distribute them.