Skip to main content

Quiz: Fixtures & Conftest

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. What is the purpose of yield in a pytest fixture?

2. What scope should you use for an expensive resource like a database connection shared across an entire test run?

3. How do tests access fixtures defined in conftest.py?