diff options
| author | bd <bdunahu@operationnull.com> | 2025-07-22 21:04:11 -0600 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-07-22 21:04:11 -0600 |
| commit | 7c6be83c05f27d27ff6d0ef62622e8ae12ce1504 (patch) | |
| tree | 2d1c50e6f766a93151b8daea09cac28c00765cbc /run_tests.py | |
| parent | 160b13fd8a46138f31b9458cb46c54af3af95936 (diff) | |
Re-enable full test suite
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 9e714aa..bd1d620 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'] - t = ['test_yappi_adaptations'] t_suite = t_loader.loadTestsFromNames(t) result = t_runner.run(t_suite) |
