ehmatthes / intro_programming

A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.
MIT License
396 stars 198 forks source link

Write tests for build_html_site.py, and other .py files in scripts/ #150

Open ehmatthes opened 7 years ago

ehmatthes commented 7 years ago

This script and some others should be refactored, and tests will help that process. There are also some new features that could be added, and again tests would be really helpful. Testing is good.