readthedocs / sphinxcontrib-dotnetdomain

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

Add cross reference testing #13

Closed agjohnson closed 9 years ago

agjohnson commented 9 years ago

This adds mocking on calls/returns to domain find_obj. This allows for testing by writing inline references in test cases.

There are several failing test cases that were surfaced with testing. These issues will be opened and resolved separately:

Fixes #6