Skip to content

Latest commit

 

History

History

20_unit_testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
group hidden
Advanced
true

Unit testing with Python

Unit testing means writing some code that checks other code you've written, to make sure it works as intended.

In this section we learn about the unittest framework, and how to write unit tests using it.