summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python
AgeCommit message (Expand)AuthorFilesLines
2024-12-19ldb:tests: add tests ensuring indexes don't change search resultsDouglas Bagnall1-0/+478
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:test:api_base: make flags method a class methodDouglas Bagnall1-2/+3
2024-09-24ldb:test:api_base: simplify prefix selectionDouglas Bagnall1-7/+1
2024-09-24ldb:tests:index: use abi_baseDouglas Bagnall1-12/+6
2024-09-24ldb:tests:crash: rationalise importsDouglas Bagnall1-2/+1
2024-09-24ldb:tests:api_simple uses conventional 4 space indentDouglas Bagnall1-3/+3
2024-09-24ldb:tests:repack: use common api_base variablesDouglas Bagnall1-11/+6
2024-09-24ldb:tests:api_misc: fix Control testDouglas Bagnall1-1/+1
2024-09-24ldb:tests: move api.py to api_miscDouglas Bagnall1-0/+0
2024-09-24ldb:tests: make api_simple moduleDouglas Bagnall2-732/+752
2024-09-24ldb:tests: make api_add_modify moduleDouglas Bagnall2-355/+376
2024-09-24ldb:tests: make api_search moduleDouglas Bagnall2-1698/+1720
2024-09-24ldb:tests: make api_base moduleDouglas Bagnall2-38/+54
2024-09-24ldb:tests:api.py uses .disconnect before rmdirDouglas Bagnall1-1/+1
2024-09-24ldb:pytest:api: remove unnecessary super() parametersDouglas Bagnall1-45/+45
2024-09-24ldb:pytest:api: remove pass-though tearDownsDouglas Bagnall1-48/+0
2024-05-07ldb:tests: add a test for dotted i uppercaseDouglas Bagnall1-0/+4
2024-04-23ldb:pytests: test for Turkic i-dots in ldb_comparison_foldDouglas Bagnall1-0/+16
2024-04-10ldb:pytests: test ldb.connect() works after .disconnect()Douglas Bagnall1-0/+9
2024-03-20ldb:pytests: test duplicate connections failDouglas Bagnall1-0/+14
2024-03-03ldb: Pass a supported opaque type to ldb.set_opaque()Jo Sutton1-1/+1
2024-03-03ldb: Add tests for Python set_opaque() and get_opaque()Jo Sutton1-0/+68
2024-03-03pyldb: Remove unused and broken Python access to LDB module APIAndrew Bartlett1-58/+0
2024-02-29ldb: ldb_string_to_time reports more errorsDouglas Bagnall1-0/+1
2023-08-30lib:ldb:tests: Remove explicit comparison with FalseJoseph Sutton1-1/+1
2023-04-04lib:ldb:tests: Fix code spellingAndreas Schneider1-4/+4
2022-10-05pyldb: Fix tests going unusedJoseph Sutton1-23/+15
2021-09-28pyldb: Add tests for ldb.Message containment testingJoseph Sutton1-0/+23
2021-09-28pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton1-0/+6
2021-06-11pyldb: Add test for Message.items()Joseph Sutton1-0/+21
2021-03-24CVE-2020-27840: pytests: move Dn.validate test to ldbDouglas Bagnall1-0/+45
2021-03-01pyldb: catch potential overflow error in py_timestringStefan Metzmacher1-0/+19
2021-02-22ldb: remove some 'if PY3's in testsDouglas Bagnall2-44/+17
2020-02-25ldb: Add tests aimed at the SCOPE_ONELEVEL bug in particularAndrew Bartlett1-0/+8
2020-02-25ldb: Ensure @IDXONE modes is tested in ldb.python (apy.py) testsAndrew Bartlett1-1/+68
2020-02-25ldb: Add tests aimed at the SCOPE_ONELEVEL particularAndrew Bartlett1-0/+171
2020-02-25ldb: Add tests for one-level indexes in conjunction with other indexesAndrew Bartlett1-0/+251
2019-07-04ldb ldb_key_value: test ldb batchGary Lockyer1-0/+57
2019-07-04ldb: Add tests for Ldb.write_ldif() including the FLG_SHOW_BINARY and FLAG_FO...Andrew Bartlett1-0/+51
2019-06-21lib ldb key value: fix index bufferingGary Lockyer1-1/+81