Skip to content

Commit

Permalink
update ci.yml and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NishchayKarle committed Feb 16, 2024
1 parent 2d1fa42 commit 66b93fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 66b93fe

Please sign in to comment.