summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python/api.py
AgeCommit message (Expand)AuthorFilesLines
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-01pyldb: catch potential overflow error in py_timestringStefan Metzmacher1-0/+19
2021-02-22ldb: remove some 'if PY3's in testsDouglas Bagnall1-43/+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
2019-06-21lib ldb tests: remove deprecation warning from api.pyGary Lockyer1-15/+15
2019-06-21lib ldb tests: Test nested transactionsGary Lockyer1-0/+103
2019-03-26Fix tests whithout lmdbMathieu Parent1-1/+1
2019-03-06Enable make test even without lmdbMathieu Parent1-0/+41
2019-01-29ldb: The test api.py should not rely on order of entries in dictLukas Slebodnik1-6/+8
2019-01-13lib/ldb/tests/python: Add test to pass utf8 encoded bytes to ldb.DnNoel Power1-0/+15
2018-12-14PY3: change shebang to python3 in lib dirJoe Guo1-1/+1
2018-11-01ldb/tests/py/api: use proper name for ldb.LdbErrorDouglas Bagnall1-2/+2
2018-10-25ldb/tests/py/api: reveal shadowed casefold testDouglas Bagnall1-1/+1
2018-09-27lib/ldb/tests: add test for ldb.Dn passed utf8 unicodeNoel Power1-0/+4
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-1/+1
2018-08-24PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-7/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+21
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+16
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-6/+6
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-9/+9
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-15ldb: extend API testsAndrew Bartlett1-3/+44
2018-08-14CVE-2018-1140 ldb: Add tests for search add and rename with a bad dn= DNAndrew Bartlett1-0/+156
2018-05-30ldb: Add tests for when we should expect a full scanAndrew Bartlett1-1/+99
2018-05-23ldb_mdb/tests: Run api and index test also on lmdbGary Lockyer1-1/+96
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-2/+2
2018-05-03ldb: Prepare to allow tests to operate on ldb_mdb (by using the GUID index)Gary Lockyer1-55/+111
2018-05-03ldb tests: api ensure database correctly populatedGary Lockyer1-0/+13
2018-04-05ldb: Add test to show a reindex failure must not leave the DB corruptAndrew Bartlett1-0/+160
2018-04-05lib ldb tests: Prepare to run api and index test on tdb and lmdbGary Lockyer1-58/+87
2018-02-08pyldb: extend dn.is_child_of() test: dn is child of itselfBjörn Baumbach1-0/+4
2017-12-20ldb: Intersect the index from SCOPE_ONELEVEL with the index for the search ex...Andrew Bartlett1-1/+133
2017-09-22ldb: Ensure we do not run out of File descriptors in autobuildAndrew Bartlett1-0/+16
2017-09-22ldb: Do not make an ldb file for API testsAndrew Bartlett1-23/+11
2017-09-22ldb: Add test showing a search against the index is not possibleAndrew Bartlett1-0/+16