Skip to content

Commit 7f806ff

Browse files
committed
cosmetics
1 parent 57867f3 commit 7f806ff

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/test_io_records.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ def test_populate(self):
4444
self.assertEqual(set(self._filenames),
4545
set(filepaths_retrieved))
4646

47-
def test_copy(self):
48-
origin_filepaths = (path_secure(path.join(self._source_dirpath, filename))
49-
for filename in self._filenames)
50-
expected_filepaths = (kapture.io.records.get_image_fullpath(self._dest_dirpath, filename)
51-
for filename in self._filenames)
47+
def test_copy_generators(self):
48+
origin_filepaths = (
49+
path_secure(path.join(self._source_dirpath, filename))
50+
for filename in self._filenames)
51+
expected_filepaths = (
52+
kapture.io.records.get_image_fullpath(self._dest_dirpath, filename)
53+
for filename in self._filenames)
5254

5355
transfer_files_from_dir_copy(
5456
origin_filepaths,

0 commit comments

Comments
 (0)