From the course: Unit Testing in Python

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - Python Tutorial

From the course: Unit Testing in Python

Start my 1-month free trial

Next steps

- Thank you for joining me for this course about Python unit testing and Docker. During this lesson, we learned quite a bit about test-driven development, and pytest, with the use of assertions, exception handling, fixtures, and parametrization. We then covered how to organize common test setup functions in comftest.py and how to approach adding more test coverage for an existing project. This is a great skill to have as you continue to develop in Python, share your source code with others, and also maintain code written by other developers. Throughout this course, I've mentioned other projects that you may be interested in completing on your own to continue learning this content. Refer to the README file of the GitHub repository to get the full list of these projects. In that list you'll also see suggestions for contributing to opensource projects that use pytest. Be sure to check the standards of contribution on each…

Contents