I've added at tests directory and a file (test_make.py) that can be run with python's testing modules (i.e., nose). This closes #20 (for the time being), but eventually we will need to think about what travis should run during development (i.e., test scripts) and what it should run during deployment (i.e., making the pdf).
I've added at
tests
directory and a file (test_make.py
) that can be run with python's testing modules (i.e.,nose
). This closes #20 (for the time being), but eventually we will need to think about what travis should run during development (i.e., test scripts) and what it should run during deployment (i.e., making the pdf).