Pytest for Python Testing·Lesson 1 Quiz
Quiz: Setup & First Tests
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. What naming convention does pytest use to discover test files?
2. What happens when a plain assert fails in pytest?
3. How do you run only tests whose name contains 'login'?