Lesson 5: Unit Testing Code

Last updated on 2025-03-21 | Edit this page

Overview

Questions

  • FIXME

Objectives

  • FIXME

Intro to testing


  • Why test your code?
  • Types of testing - levels (unit, integration, system)
  • Types of testing - approaches (regression testing, property-based testing)
  • Mocking