summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python
AgeCommit message (Expand)AuthorFilesLines
2017-09-22ldb: Add an unused objectGUID to each record in SearchTestsAndrew Bartlett1-25/+56
2017-08-30ldb: Add tests for indexed and unindexed search expressionsAndrew Bartlett1-0/+299
2017-08-30ldb: Fix tests to call the parent tearDown(), not setUp in tearDownAndrew Bartlett1-2/+2
2017-07-02ldb:tests: Extend api.py testsuite to show transaction_commit() blocks agains...Andrew Bartlett1-10/+8
2017-07-02ldb:tests: Extend api.py testsuite to show transaction contents can not be se...Andrew Bartlett1-0/+66
2017-05-06ldb: Do not use mktemp() nor leak files into /tmp during api.py testAndrew Bartlett1-69/+96
2017-05-06ldb: Add some tests to clarify the current iterator behaviourAndrew Bartlett1-6/+109
2016-02-17pyldb: eliminate warnings from python api testMichael Adam1-4/+4
2016-02-17pyldb: add api tests for search_iterator()Stefan Metzmacher1-0/+100
2015-12-04ldb: Fix bug triggered by having an empty message in database during search.Adrian Cochrane1-4/+25
2015-11-05pyldb: Improve test coveragePetr Viktorin1-0/+82
2015-11-05pyldb: Prevent segfault when first module is NULLPetr Viktorin1-0/+9
2015-11-05pyldb: Adapt tests to Python 3Petr Viktorin1-75/+330
2015-11-05pyldb: Modernize test suitePetr Viktorin1-116/+116
2015-11-05pyldb: Add Python 3 compatibility (except strings)Petr Viktorin1-7/+10
2015-10-26ldb: Fix python bindings to accept a string as a DNldb-1.1.22Andrew Bartlett1-0/+29
2015-03-04pyldb: Add tests for type errorsPetr Viktorin1-0/+42
2014-11-25lib-ldb-test: Test copying message element from a message to a new messageKamen Mazdrashki1-0/+14
2012-07-06pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett1-0/+5
2012-07-06pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett1-1/+1
2012-06-12ldb:tests: fix use of a non-existent word (existant)Michael Adam1-1/+1
2011-11-10ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij1-33/+37
2011-11-10Revert "pyldb: fixed ldb API test"Jelmer Vernooij1-36/+39
2011-11-10pyldb: fixed ldb API testAndrew Tridgell1-39/+36
2011-07-29pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell1-0/+4
2011-07-21pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell1-5/+6
2011-07-21pyldb: add unit test for ldbDn.compare_baseMatthieu Patou1-0/+11
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+748