* 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
4 lines
121 B
Plaintext
4 lines
121 B
Plaintext
rest_sources = ['part1.txt', 'part2.txt']
|
|
|
|
rest_options = ["--use-latex-toc", "--generator"] # generator is easy to test
|