Getting started with pytest Transcripts
Chapter: Welcome to the course
Lecture: What is pytest?
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
First off, what is pytest. pytest is a software testing framework that means
0:06
it has a command line tool that finds, runs, and reports automated tests for you. It's extensible through plug ins and hook functions.
0:14
It has a lot of built in functionality and it helps keep testing fun.