Homework Session05

Catch up!

Material to review before next week

Unit Testing:

NOTE: you will find that most introductions to unit testing with Python use the builtin unitest module. However, it is a bit heavyweight, and requires some knowledge of OOP – classes, etc. So we’ll be using pytest in this class: http://doc.pytest.org/en/latest/. But the principles of testing are the same.

** Advanced Argument Passing