Pytest command line options

  1. PyTest: Run tests in parallel with xdist
  2. PyTest: Order of tests
  3. PyTest: Randomize Order of tests
  4. PyTest: Force default order
  5. PyTest test discovery
  6. PyTest test discovery - ignore some tests
  7. Pytest dry-run - collect-only
  8. PyTest select tests by name
  9. Pytest use markers to select tests
  10. PyTest select tests by marker
  11. No test selected
  12. Pytest reporting in JUnit XML or JSON format
  13. Pytest reporting in JUnit XML format
  14. Pytest reporting in JSON format
  15. Pytest JSON report
  16. Add extra command line parameters to Pytest - conftest - getoption
  17. Add extra command line parameters to Pytest - as a fixture
  18. Add extra command line parameters to Pytest - used in the autouse fixtures
  19. PyTest: Test Coverage
  20. Pytest and flake8
  21. Pytest and mypy