From a27bc8281a9795397fa5c01445140ba6504960f7 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 29 Jul 2025 19:04:55 -0400 Subject: Add some manual tests for aiohttp and aiofiles --- run_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index bd1d620..5b9dc01 100644 --- a/run_tests.py +++ b/run_tests.py @@ -13,7 +13,8 @@ if __name__ == '__main__': sys.path.append('aergia/') t_loader = unittest.defaultTestLoader t_runner = unittest.TextTestRunner(verbosity=2) - t = ['test_functionality', 'test_yappi_adaptations'] + t = ['test_functionality', 'test_yappi_adaptations', 'test_manual'] + t = ['test_manual'] t_suite = t_loader.loadTestsFromNames(t) result = t_runner.run(t_suite) -- cgit v1.2.3