summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sampson <adrian@radbox.org>2022-01-29 18:35:36 -0500
committerAdrian Sampson <adrian@radbox.org>2022-01-29 18:35:36 -0500
commit2b51b2443b68feafb12511bca2d7611db555922b (patch)
treeabd575f0f962c4b3a6844f7f4fa5be1d3ed6dced
parent0788197c7665387774d62570ec7367215054cc43 (diff)
Remove a relevant testrectify-4226
-rw-r--r--test/test_convert.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test_convert.py b/test/test_convert.py
index 493d4ecca..cd32e34b1 100644
--- a/test/test_convert.py
+++ b/test/test_convert.py
@@ -127,16 +127,6 @@ class ImportConvertTest(unittest.TestCase, TestHelper):
'Non-empty import directory {}'
.format(util.displayable_path(path)))
- def test_delete_originals_keeps_originals_when_pretend_enabled(self):
- import_file_count = self.get_count_of_import_files()
-
- self.config['convert']['delete_originals'] = True
- self.config['convert']['pretend'] = True
- self.importer.run()
-
- self.assertEqual(self.get_count_of_import_files(), import_file_count,
- 'Count of files differs after running import')
-
def get_count_of_import_files(self):
import_file_count = 0