8.7.0.3

Test Me

don't

When a piece of software is moved from the prototype stage to the hardening and development stage, developers use a "continuous checking framework" to make sure that on every git-push all unit tests are run. If unit tests fail, the framework alerts the responsible parties with emails or other status messages.

For this course, we will not use a continuous testing framework.

Instead, we will maintain a script for our project that can run all unit tests.