def load_tests(loader, tests, ignore): tests.addTests(DocTestSuite('runcommands.config')) return tests