PyTest - Markers
You want to run all tests marked
ui but exclude those also marked slow. Which command achieves this?ui but exclude those also marked slow. Which command achieves this?pytest -m 'ui and not slow' runs tests marked 'ui' but excludes 'slow'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions