Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 272 Bytes

File metadata and controls

10 lines (7 loc) · 272 Bytes
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.