From 66b93fe92648f98f2096194e8c223cc6290a6982 Mon Sep 17 00:00:00 2001 From: nishchaykarle Date: Fri, 16 Feb 2024 16:29:55 -0600 Subject: [PATCH] update ci.yml and tests --- tests/test_correctness.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_correctness.py b/tests/test_correctness.py index 569c01c..66fb537 100644 --- a/tests/test_correctness.py +++ b/tests/test_correctness.py @@ -104,9 +104,3 @@ def cat_cat_workflow(): def test_workflows() -> None: """Test for various workflows.""" cat_cat_workflow() - - -def test_delete_runtime_files() -> None: - """Delete the runtime files generated by the tests.""" - for file in os.listdir(test_runtime_files): - os.remove(os.path.join(test_runtime_files, file))