summaryrefslogtreecommitdiff
path: root/python/samba/tests/samdb_api.py
AgeCommit message (Expand)AuthorFilesLines
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