Getting started with pytest Transcripts
Chapter: Welcome to the course
Lecture: Prerequisites
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
What are your prerequisites? What do you need to know before you start this course I expect you to know a little bit of Python.
0:08
The basics is enough though. We don't cover very much. And python 3.7+. That's actually just what you need for the cards application and
0:17
Pytest currently. Although there are pytest versions that support 36 and before. But modern pytest is 3.7 and up.
0:24
I am using 3.10 in this course because I like using python 3.10 right now and some sort of terminal.
0:30
So, so this could be bash or command prompt or power shell or whatever terminal you like to use. And even if you don't know how to use it,
0:38
a little tiny tutorial should be enough because really I'm just using Cd. Cd
0:44
as changed directory into the directory where our test code is and using a pytest or cards to run the commands.