Visual Studio Code for Python Developers Transcripts
Chapter: Testing your Code
Lecture: Testing Summary

Login or purchase this course to watch this video and the rest of the course contents.
0:00 >> Well, all right folks, I guess that's it. After taking a look at this chapter, you should have a pretty good grasp
0:07 on some of the options that are available, and some of the features that you can make use of when it
0:11 comes to writing tests for Python inside of Visual Studio Code. Specifically in this chapter,
0:16 we talked about how to use testing frameworks like pytest, and do remember that Visual Studio Code does support unit tests as well.
0:23 We looked at test exploration and how test discovery works. We saw how to execute your test by the command line,
0:29 but then we also saw how we could use some of the built-in options inside of the editor as well. We saw how to run and debug our tests,
0:37 and then we also took a look at some of the different configuration options that are available. Now, we're not going to just end it right there.
0:43 I actually have a challenge for you. I challenge you to take a look at the code that's inside of the folder for this chapter and to go
0:50 ahead and write some additional unit tests as well. Feel free to message us on Twitter, on social media,
0:55 or even contact us via the Talk Python e-mail address. We'd love to know how you're applying what you've learned,
1:01 and we'd love to see what types of tests you've written after you've gone through this chapter.


Talk Python's Mastodon Michael Kennedy's Mastodon