Python Programming

Department of Computing | Imperial College London

book

Lesson 10

I am Your Father

  • Chapter 1: Introduction
  • Chapter 2: Inheritance
  • Chapter 3: A variety of robots!
  • Chapter 4: More functions
  • Chapter 5: Lambda functions
  • Chapter 6: Higher order functions
  • Chapter 7: More file handling
  • Chapter 8: Unit testing
    • [8.1] Easier unit testing
    • [8.2] unittest module
    • [8.3] unittest module
    • [8.4] assert methods
    • [8.5] Test fixtures
    • [8.6] Running multiple tests
    • [8.7] Other testing libraries
  • Chapter 9: User-defined exceptions
  • Chapter 10: Summary

Chapter 8

Unit testing

Rough estimated time needed
20-30 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London