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.
The Mentor-Mastermind Group
This series comes from our mentoring/mastermind classes. These classes are virtual meetings that focus on how to improve our technical skills and build our businesses. The goals of each member vary. However, this diversity makes for great discussions and a ton of educational value every time we meet. We hope you enjoy viewing this series as much as we enjoy creating it. As always, this may not be all new to you, but we hope it helps you be a better developer. Drop us a line to find out when the next one is so you can join our group.
Slide Deck: Coming Soon…