Python Unit Testing With Flask

preview_player
Показать описание
Our series on Python and Django moves into a focus on testing.  Fortunately, unit testing is very easy to incorporate into your solution.  We can provide some basic unit tests within minutes and improve the overall quality of our applications

A Built-In Solution

Quality assurance is an important facet of software development and unit testing in Python is an example of how pervasive it has become.  The designers of the language have given us tools to follow these practices.  This tutorial walks through the basic setup and configuration of our application whether it is Python or Django.  We then create a few unit tests that can be a basis for your own needs.
Рекомендации по теме