Run module doctests
Status: Alpha
Brought to you by:
jprovost
The current test system runs doctest-style tests in the plastk/tests directory. However, some modules have doctest-style examples written into their docstrings. We need to run these as well. This will encourage authors to write simple sanity checks in doctest form in their documentation.