(loader, tests, pattern)
| 3628 | |
| 3629 | |
| 3630 | def load_tests(loader, tests, pattern): |
| 3631 | tests.addTest(doctest.DocTestSuite()) |
| 3632 | return tests |
| 3633 | |
| 3634 | |
| 3635 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected
searching dependent graphs…