- DATE:
- AUTHOR:
- The Launchable Product Team
CLI
Predictive Test Selection
Subset at the testcase level with pytest
DATE:
AUTHOR:
The Launchable Product Team
We just released CLI version 1.30.0, which improves the pytest profile to enable subsetting at the testcase level. Subsetting at this level (instead of at the file or class level) enables fine grained subsetting and keeps you from running unnecessary tests.
To take advantage of this, update to the latest version of the CLI and update your integration scripts to run pytest --collect-only -q
and pipe that into launchable subset
.
See the docs for more info: https://docs.launchableinc.com/resources/integrations/pytest