MCPcopy Create free account
hub / github.com/antgroup/vsag / test_load_save

Method test_load_save

tests/python/test_hgraph.py:81–88  ·  view source on GitHub ↗

Test load and save index

(self)

Source from the content-addressed store, hash-verified

79 self.general_test_search()
80
81 def test_load_save(self):
82 """Test load and save index"""
83 filename = TestBase.GenerateRandomFilePath()
84 TestBase.SaveIndex(self.index, filename)
85 self.index = self.init_index()
86 TestBase.LoadIndex(self.index, filename)
87 os.remove(filename)
88 self.general_test_search()
89
90
91def run_hgraph_test():

Callers 1

run_hgraph_testFunction · 0.95

Calls 6

init_indexMethod · 0.95
general_test_searchMethod · 0.95
SaveIndexMethod · 0.80
removeMethod · 0.80
LoadIndexMethod · 0.45

Tested by

no test coverage detected