Getting started with pytest Transcripts
Chapter: Welcome to the course
Lecture: The companion book
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
It's hard to say whether or not the python testing with pytest book is a companion to this course or if this course is a companion to the book,
0:09
but they make a good companion to each other. The book covers all the topics we're going to cover in this course,
0:15
but in more detail, it also covers testing, strategy and github actions and using 'tox' and advanced parametrization and building your own plug
0:24
-ins and mocking and more. And the reason why those topics are not in this course is because I wanted this course to be a quick getting started course,
0:34
but give you enough power to show you the power of pytest. Now, let's jump in and get started learning pytest.