(loader, tests, pattern)
| 749 | __test__ = {'doctests' : doctests} |
| 750 | |
| 751 | def load_tests(loader, tests, pattern): |
| 752 | tests.addTest(doctest.DocTestSuite()) |
| 753 | return tests |
| 754 | |
| 755 | |
| 756 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected
searching dependent graphs…