Testing#

This is the third and last chapter that aim to move from writing code that works to writing software. In this particular chapter we will consider how to write automated tests for our software.

Important

In this chapter we will cover:

  • Assert statements to test code.

  • Testing documentation.