(loader, standard_tests, pattern)
| 7314 | |
| 7315 | |
| 7316 | def load_tests(loader, standard_tests, pattern): |
| 7317 | standard_tests.addTest(ZoneInfoCompleteTest()) |
| 7318 | return standard_tests |
| 7319 | |
| 7320 | |
| 7321 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected