A Beginner's Guide to Python Testing

Miguel González-Fierro
July 24, 2018
 
 

Test development is key for most software projects. In this post, we are going to discuss 4 different tests: unit tests, smoke tests, integration tests and utility tests. In simple words, unit tests make sure that each class or function behaves as it should, smoke tests make sure that the system works, integration tests make sure that the program results are acceptable and utility tests give an example on how to use a class or function. We will show how to work with these tests in Python.

 
 

test; tdd; python

 
 
 
 
 
blog comments powered by Disqus