PyTest - Basics and Setup
You want to run tests in parallel using pytest. Which command correctly runs tests in 4 parallel workers?
-n to specify worker count.--workers, --parallel, and -p are not valid options for parallel execution.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions