Chapter Quiz: Reliability Engineering & Testing

Mastery Assessment: Testing

Complete this assessment with 100% score to master this chapter.

01What is the primary benefit of using Flask's `test_client()` for unit tests?

02In Pytest, why is the `yield` keyword used in a fixture instead of `return`?

03What is 'Monkeypatching' in the context of Flask testing?