pycco-docs / pycco

Literate-style documentation generator.
https://pycco-docs.github.io/pycco/
Other
842 stars 144 forks source link

Unit Tests + Basic Python 3 Support #89

Closed subsetpark closed 8 years ago

subsetpark commented 8 years ago

This update includes a small test suite and some very simple refactors to facilitate testing. It also updates code style in a couple places, and finally includes rudimentary Python 3 support (Python 3 hasn't been thoroughly tested yet, though tests pass under 2.7 and 3.5).

As a part of the ongoing maintenance of Pycco, this update includes:

Currently coverage is at a relatively respectable 80%. However, while the main document processing pipeline is run in the tests, the output is not yet investigated. My main priority for the future is to decompose and unit test the individual steps of the pipeline to the best of my ability.