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)