(loader, tests, pattern)
| 1651 | |
| 1652 | |
| 1653 | def load_tests(loader, tests, pattern): |
| 1654 | tests.addTest(doctest.DocTestSuite()) |
| 1655 | return tests |
| 1656 | |
| 1657 | |
| 1658 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected
searching dependent graphs…