From 1092fbf5ebcfea82c5ee6a09bc77c648c8dab459 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 9 Jun 2016 17:52:58 +0200 Subject: [PATCH] clean up in unittest: remove size_test_* files --- testing/test_multivol.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/testing/test_multivol.py b/testing/test_multivol.py index 15c1e2b..ac5d2fa 100644 --- a/testing/test_multivol.py +++ b/testing/test_multivol.py @@ -219,6 +219,10 @@ class MultivolGnuFormatTest(BaseTest): assert max_err < 13*1024 assert max_err_post == 0 + # clean up + for file_name in file_names: + os.unlink(file_name) + def test_multivol_compress_warning(self): """ check warning being issued if compressing multivolume with w: """ with self.assertWarns(UserWarning): -- 1.7.1