summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/dirsync.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-2/+2
2019-10-31CVE-2019-14847 dsdb: Demonstrate the correct interaction of ranged_results st...Andrew Bartlett1-0/+26
2019-10-24s4:tests/dirsync: add tests for dirsync with extended_dnStefan Metzmacher1-0/+31
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-2/+2
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-10-25s4/dsdb/pytest/dirsync: do not double importDouglas Bagnall1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo1-19/+19
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-4/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-3/+3
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-4/+4
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-5/+5
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-9/+9
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-35/+35
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-10/+10
2018-08-24PEP8: fix E116: unexpected indentation (comment)Joe Guo1-1/+1
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-1/+1
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power1-1/+1
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-8/+9
2018-02-15dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-7/+7
2017-08-29selftest: Make dirsync test use symobolic name and OA not AAndrew Bartlett1-2/+3
2017-08-29dsdb: Use samba.generate_random_password() in dirsync testAndrew Bartlett1-1/+1
2014-11-22Move option handling into samba.tests.subunitrun.Jelmer Vernooij1-8/+6
2014-11-22Move option parsing to samba.tests.subunitrun.Jelmer Vernooij1-1/+1
2014-11-22Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij1-13/+10
2014-11-19dirsync test: Create and run a single testsuite, should easy migration to reg...Jelmer Vernooij1-15/+12
2012-06-21samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij1-9/+9
2012-03-26LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer1-5/+5
2012-02-20s4-selftest: Avoid running kinit for each new connectionAndrew Bartlett1-1/+2
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs1-1/+1
2011-10-09Remove pointless exception catching in tests.Jelmer Vernooij1-6/+3
2011-09-19s4-dsdb: use get_config_basedn() in python testsAndrew Tridgell1-1/+1
2011-05-21s4-dsdb: add unit tests for dirsync controlMatthieu Patou1-0/+713