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
.
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
.