MCPcopy Create free account
hub / github.com/asg017/sqlite-vss / test_path

Method test_path

tests/test-python.py:6–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class TestSqliteVectorPython(unittest.TestCase):
6 def test_path(self):
7 self.assertEqual(type(sqlite_vss.vss_loadable_path()), str)
8 self.assertEqual(type(sqlite_vss.vector_loadable_path()), str)
9
10 def test_loads(self):
11 db = sqlite3.connect(':memory:')

Callers

nothing calls this directly

Calls 2

vss_loadable_pathMethod · 0.80
vector_loadable_pathMethod · 0.80

Tested by

no test coverage detected