summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python/api_search.py
AgeCommit message (Expand)AuthorFilesLines
2024-09-24ldb:test:api_search: shift remaining setUp adds to class add_indexDouglas Bagnall1-35/+31
2024-09-24ldb:test:api_search: remove pass-through setUp()sDouglas Bagnall1-9/+0
2024-09-24ldb:test:api_search: use @unittest.skipIf for LMDB testsDouglas Bagnall1-37/+8
2024-09-24ldb:test:api_search: skip LMDB tests at class levelDouglas Bagnall1-18/+25
2024-09-24ldb:test:api_search: use class method to add indexDouglas Bagnall1-21/+56
2024-09-24ldb:test:api_search: tidy up files in each subclassDouglas Bagnall1-2/+8
2024-09-24ldb:test:api_search: set up the database once and use copiesDouglas Bagnall1-210/+224
2024-09-24ldb:test:api_search: use test name as db nameDouglas Bagnall1-2/+6
2024-09-24ldb:test:api_search: put config options on class, not instance.Douglas Bagnall1-47/+44
2024-09-24ldb:test:api_search: improve attribute access testsDouglas Bagnall1-3/+3
2024-09-24ldb:tests: make api_search moduleDouglas Bagnall1-0/+1720