(loader, tests, pattern)
| 1030 | __test__ = {'libreftest' : libreftest} |
| 1031 | |
| 1032 | def load_tests(loader, tests, pattern): |
| 1033 | tests.addTest(doctest.DocTestSuite()) |
| 1034 | return tests |
| 1035 | |
| 1036 | |
| 1037 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected
searching dependent graphs…