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
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