diff options
Diffstat (limited to 'tests/test_deep_cleaning.py')
| -rw-r--r-- | tests/test_deep_cleaning.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_deep_cleaning.py b/tests/test_deep_cleaning.py index 82579a3..4f1920d 100644 --- a/tests/test_deep_cleaning.py +++ b/tests/test_deep_cleaning.py | |||
| @@ -23,7 +23,6 @@ class TestZipMetadata(unittest.TestCase): | |||
| 23 | self.assertEqual(inside_p.get_meta(), {}) | 23 | self.assertEqual(inside_p.get_meta(), {}) |
| 24 | shutil.rmtree(tempdir) | 24 | shutil.rmtree(tempdir) |
| 25 | 25 | ||
| 26 | |||
| 27 | def __check_zip_meta(self, p): | 26 | def __check_zip_meta(self, p): |
| 28 | zipin = zipfile.ZipFile(p.filename) | 27 | zipin = zipfile.ZipFile(p.filename) |
| 29 | for item in zipin.infolist(): | 28 | for item in zipin.infolist(): |
| @@ -135,4 +134,3 @@ class TestRsidRemoval(unittest.TestCase): | |||
| 135 | 134 | ||
| 136 | os.remove('./tests/data/clean.docx') | 135 | os.remove('./tests/data/clean.docx') |
| 137 | os.remove('./tests/data/clean.cleaned.docx') | 136 | os.remove('./tests/data/clean.cleaned.docx') |
| 138 | |||
