()
| 11 | |
| 12 | |
| 13 | def suite(): |
| 14 | test_loader = unittest.TestLoader() |
| 15 | test_suite = test_loader.discover(str(pathlib.Path(__file__).parent), |
| 16 | pattern='test_*.py') |
| 17 | return test_suite |
| 18 | |
| 19 | |
| 20 | if __name__ == '__main__': |
no outgoing calls
no test coverage detected
searching dependent graphs…