Testing

Writing and running tests for your code will tell you whether it's performing as you intended, and these cards will cover common tools for that.

The unittest Module

Learn More

Testing Functions

Learn More

Running a Passing Test

Learn More

Running a Failing Test

Learn More

Fixing a Failing Test

Learn More

The setUp() Method

Learn More