mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
2e49369657
commit
15f68d97da
@ -80,6 +80,7 @@ class TestCopyFiles(unittest.TestCase):
|
||||
copy_tree(src, dest, delete_source=True)
|
||||
self.ae(set(os.listdir(self.tdir)), {'dest', 'base'})
|
||||
self.ae(nlinks_file(self.d('one')), 1)
|
||||
self.assertFalse(os.path.exists(src))
|
||||
|
||||
def transform_destination_filename(src, dest):
|
||||
return dest + '.extra'
|
||||
|
Loading…
x
Reference in New Issue
Block a user