cs-tech-primer

Computer Science tech primer for the University of Manitoba.

View on GitHub

Python unit test example

Unit testing is fairly simple, with built-in libraries.

This example requires coverage to be installed, to track and display which lines of code have been run.

To profile, simply make profile.