pystache.tests.doctesting module

Exposes a get_doctests() function for the project’s test harness.

pystache.tests.doctesting.get_doctests(text_file_dir)[source]

Return a list of TestSuite instances for all doctests in the project.

Arguments:

text_file_dir: the directory in which to search for all text files

(i.e. non-module files) containing doctests.