Skip to content

Commit

Permalink
Remove a relevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jan 29, 2022
1 parent 0788197 commit 2b51b24
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,6 @@ def test_delete_originals(self):
'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

Expand Down

0 comments on commit 2b51b24

Please sign in to comment.