summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python/api.py
AgeCommit message (Expand)AuthorFilesLines
2024-09-24ldb:tests: move api.py to api_miscDouglas Bagnall1-1047/+0
2024-09-24ldb:tests: make api_simple moduleDouglas Bagnall1-732/+0
2024-09-24ldb:tests: make api_add_modify moduleDouglas Bagnall1-355/+0
2024-09-24ldb:tests: make api_search moduleDouglas Bagnall1-1698/+0
2024-09-24ldb:tests: make api_base moduleDouglas Bagnall1-38/+6
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-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