summaryrefslogtreecommitdiff
path: root/python/samba/tests/samdb_api.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde1-3/+0
2023-08-30python: Remove unused importsJoseph Sutton1-1/+0
2022-09-06pytest/samdb_api: use TestCaseInTempDir.rm_filesDouglas Bagnall1-9/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-12/+12
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+2
2018-04-05selftest: enable py3 for samba.tests.samdb_apiJoe Guo1-10/+10
2018-02-28samba python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-2/+4
2018-02-07samdb: Add tests for samdb tdb file creation.Gary Lockyer1-0/+158