(loader, tests, pattern)
| 809 | |
| 810 | |
| 811 | def load_tests(loader, tests, pattern): |
| 812 | tests.addTest(doctest.DocTestSuite(pickle)) |
| 813 | return tests |
| 814 | |
| 815 | |
| 816 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected
searching dependent graphs…