pytest-split
pytest-split copied to clipboard
Feature request: --no-split flag to disable splitting regardless of config
Hi,
I’d like to request a new CLI flag for pytest-split similar to how pytest-cov implements --no-cov.
Sometimes it’s useful to temporarily run the full test suite without splitting, even if pytest-split is configured in pytest.ini or other configuration files.
Thanks for consideration.