Python Testing and Continuous Integration
Overview
Teaching: min
Exercises: minQuestions
How to make you make sure that you code is doing what you think should do?
Objectives
Be able to write unit test in Python
Be able to set up continous integration with Github and Travis CI
The lesson can be found here.
Key Points