Skip to content

Commit

Permalink
add: cleanup to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonmh authored and anishasthana committed Jul 31, 2023
1 parent f5b8140 commit 97bf513
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2221,3 +2221,8 @@ def test_cleanup():
os.remove("unit-test-default-cluster.yaml")
os.remove("test.yaml")
os.remove("raytest2.yaml")
os.remove("quicktest.yaml")
os.remove("tls-cluster-namespace/ca.crt")
os.remove("tls-cluster-namespace/tls.crt")
os.remove("tls-cluster-namespace/tls.key")
os.rmdir("tls-cluster-namespace")

0 comments on commit 97bf513

Please sign in to comment.