38
40
scripts = [candidate for candidate in candidates
39
41
if candidate.endswith('.txt')]
40
43
suite = doctest.DocFileSuite(*scripts)
41
44
# DocFileCase reduces the test id to the base name of the tested file, we
42
45
# want the module to appears there.