Getting started with pytest Transcripts
Chapter: Parametrization
Lecture: Introducing test parametrization

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Welcome to Chapter four ParametrIzation. Parametrization is about turning one test function into many
0:06 test cases to test more thoroughly with less work parameterized.
0:10 Testing refers to adding parameters to our test functions and passing in multiple sets of arguments to the test, to create new test cases.
0:20 In this chapter, we're going to learn how to parameters, test functions and parameters, fixtures and we also use multiple parameters.


Talk Python's Mastodon Michael Kennedy's Mastodon