diff options
| author | bd <bdunahu@operationnull.com> | 2025-07-29 22:57:21 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-07-29 22:57:21 -0400 |
| commit | 2be1331b97e2028a59087ad229cc71a88b72dec6 (patch) | |
| tree | 0a6f323e9e77ced1326bf0de7a6c75ea4356da3f /run_tests.py | |
| parent | a27bc8281a9795397fa5c01445140ba6504960f7 (diff) | |
Fix bug where unstarted tasks would attribute time to coro decl
Diffstat (limited to 'run_tests.py')
| -rw-r--r-- | run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 5b9dc01..8cd6b2e 100644 --- a/run_tests.py +++ b/run_tests.py @@ -14,7 +14,6 @@ if __name__ == '__main__': t_loader = unittest.defaultTestLoader t_runner = unittest.TextTestRunner(verbosity=2) t = ['test_functionality', 'test_yappi_adaptations', 'test_manual'] - t = ['test_manual'] t_suite = t_loader.loadTestsFromNames(t) result = t_runner.run(t_suite) |
