202
202
], [(path, ie.file_id) for path, ie in inv.iter_entries_by_dir(
203
203
specific_file_ids=('bye-id',))])
209
], [(path, ie.file_id) for path, ie in inv.iter_entries_by_dir(
205
212
def test_add_recursive(self):
206
213
parent = InventoryDirectory('src-id', 'src', 'tree-root')
207
214
child = InventoryFile('hello-id', 'hello.c', 'src-id')