184
184
], [(path, ie.file_id) for path, ie in inv.iter_entries_by_dir(
185
185
specific_file_ids=('bye-id',))])
193
187
def test_add_recursive(self):
194
188
parent = InventoryDirectory('src-id', 'src', ROOT_ID)
195
189
child = InventoryFile('hello-id', 'hello.c', 'src-id')