Pytest command line options
- PyTest: Run tests in parallel with xdist
- PyTest: Order of tests
- PyTest: Randomize Order of tests
- PyTest: Force default order
- PyTest test discovery
- PyTest test discovery - ignore some tests
- Pytest dry-run - collect-only
- PyTest select tests by name
- Pytest use markers to select tests
- PyTest select tests by marker
- No test selected
- Pytest reporting in JUnit XML or JSON format
- Pytest reporting in JUnit XML format
- Pytest reporting in JSON format
- Pytest JSON report
- Add extra command line parameters to Pytest - conftest - getoption
- Add extra command line parameters to Pytest - as a fixture
- Add extra command line parameters to Pytest - used in the autouse fixtures
- PyTest: Test Coverage
- Pytest and flake8
- Pytest and mypy