From 0504c82276cd287859d3a44c9dd3ba070ad76476 Mon Sep 17 00:00:00 2001 From: JGStew Date: Thu, 29 Aug 2024 21:13:20 -0400 Subject: [PATCH] tweak tests --- tests/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.py b/tests/tests.py index 05d7e31..7280330 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -172,5 +172,6 @@ class RequestResult(object): logging.warning("Just testing to see if logging is working!") assert os.path.isfile("./tests.log") + os.remove("./tests.log") sys.exit(0)