A Pytest plugin for running a subset of your tests by splitting them into equally sized groups. Useful for parallel test execution across CI runners. Version 1.1.0 is the latest, forked from pytest-test-groups.
pip install pytest-split-testsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run tests in group 1 of 4 groups, grouped by file, with loadscope distribution.
Upgrade to Python 3.6+.
Use pytest-split-tests instead of pytest-test-groups.
Add '--grouped-by=file' to pytest command.
Always specify --groups when using --group.
Ensure pytest is installed in the same environment: pip install pytest pytest-split-tests
Use --group=<N> --groups=<TOTAL> together.
Upgrade pytest: pip install --upgrade pytest