Pytest for Python Testing·Lesson 3 Quiz
Quiz: Parametrize & Markers
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. What does @pytest.mark.parametrize generate?
2. What is the difference between @pytest.mark.skip and @pytest.mark.xfail?
3. How do you run only tests marked with @pytest.mark.smoke?