summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/dirsync.py
Commit message (Expand)AuthorAgeFilesLines
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-2/+2
* CVE-2019-14847 dsdb: Demonstrate the correct interaction of ranged_results st...Andrew Bartlett2019-10-311-0/+26
* s4:tests/dirsync: add tests for dirsync with extended_dnStefan Metzmacher2019-10-241-0/+31
* Spelling fix s/informations/information/Mathieu Parent2019-04-021-2/+2
* PY3: change shebang to python3 in source4/dsdb dirJoe Guo2018-12-141-1/+1
* s4/dsdb/pytest/dirsync: do not double importDouglas Bagnall2018-10-251-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-241-19/+19
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-4/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-3/+3
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-4/+4
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-5/+5
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-9/+9
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-35/+35
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-10/+10
* PEP8: fix E116: unexpected indentation (comment)Joe Guo2018-08-241-1/+1
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-1/+1
* s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-1/+1
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-8/+9
* dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-7/+7
* selftest: Make dirsync test use symobolic name and OA not AAndrew Bartlett2017-08-291-2/+3
* dsdb: Use samba.generate_random_password() in dirsync testAndrew Bartlett2017-08-291-1/+1
* Move option handling into samba.tests.subunitrun.Jelmer Vernooij2014-11-221-8/+6
* Move option parsing to samba.tests.subunitrun.Jelmer Vernooij2014-11-221-1/+1
* Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij2014-11-221-13/+10
* dirsync test: Create and run a single testsuite, should easy migration to reg...Jelmer Vernooij2014-11-191-15/+12
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-211-9/+9
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-261-5/+5
* s4-selftest: Avoid running kinit for each new connectionAndrew Bartlett2012-02-201-1/+2
* python: Change except: statement to except Exception:Amitay Isaacs2012-01-241-1/+1
* Remove pointless exception catching in tests.Jelmer Vernooij2011-10-091-6/+3
* s4-dsdb: use get_config_basedn() in python testsAndrew Tridgell2011-09-191-1/+1
* s4-dsdb: add unit tests for dirsync controlMatthieu Patou2011-05-211-0/+713