* separate all tests from plugins * simplify implicit inclusion of plugins under test * have test_initpkg perform direct checks instead of yielding tests * fix example tests for 3k --HG-- branch : trunk
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
rest_sources = ['part1.txt', 'part2.txt']
|
|
|
|
rest_options = ["--use-latex-toc", "--generator"] # generator is easy to test
|
|
|
|
toc_depth = 1
|