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 test per directory (test discovery)
  • Run tests by name matching
  • Run tests by mark (smoke, integration, db)
  • Run tests in parallel with the xdist plugin.
  • Create your own fixtures and distribute them.
  • Create your own plugins and distribute them.