summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/rodc.py
AgeCommit message (Expand)AuthorFilesLines
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-6/+12
2018-02-15dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-2/+2
2017-04-13selftest: Make some assertions about RODC referralsGarming Sam1-6/+49
2017-04-13selftest: Add ldap rodc python testGarming Sam1-0/+209