(loader, tests, pattern)
| 765 | __test__ = {'doctests' : doctests} |
| 766 | |
| 767 | def load_tests(loader, tests, pattern): |
| 768 | tests.addTest(doctest.DocTestSuite()) |
| 769 | return tests |
| 770 | |
| 771 | |
| 772 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected
searching dependent graphs…