readthedocs / sphinxcontrib-dotnetdomain

A Sphinx domain for .NET languages
MIT License
15 stars 17 forks source link

Start adding tests #1

Closed agjohnson closed 9 years ago

agjohnson commented 9 years ago

This uses a new mocked out Sphinx application base for testing input and output in memory. A good chunk of the syntax that we should be supporting is parsed here, but has surfaced a few bugs.

I've marked buggy tests with FIXME, to be address with several bug fixes. Those issues include: #2, #3, #4, #5. Issues will be addressed separately from adding testing