Add basic test for TOC Tree insertion

pull/87/head
Eric Holscher 8 years ago
parent 73324fab7e
commit 215dd06e0a

@ -134,3 +134,13 @@ class TOCTreeTests(LanguageIntegrationTests):
'_build/text/index.txt', '_build/text/index.txt',
'AutoAPI Index' 'AutoAPI Index'
) )
def test_toctree_domain_insertion(self):
"""
Test that the example_function gets added to the TOC Tree
"""
self._run_test(
'toctreeexample',
'_build/text/index.txt',
'* example_function'
)

Loading…
Cancel
Save