655
655
def test_file_has_text(self):
656
656
file = inventory.InventoryFile('123', 'hello.c', ROOT_ID)
659
659
def test_directory_has_text(self):
660
660
dir = inventory.InventoryDirectory('123', 'hello.c', ROOT_ID)
663
663
def test_link_has_text(self):
664
664
link = inventory.InventoryLink('123', 'hello.c', ROOT_ID)
667
667
def test_make_entry(self):
668
668
self.assertIsInstance(inventory.make_entry("file", "name", ROOT_ID),