Session 6: Advanced Argument Passing and Modules
Advanced Argument Passing
Readings
Exercises:
NOTE: you will find that most introductions to unit testing with Python use the built in unittest module. However, it is a bit heavyweight, and requires some knowledge of OOP – classes, etc. So we use pytest in this class:
http://doc.pytest.org/en/latest/. But the principles of testing are the same.