summaryrefslogtreecommitdiff
path: root/python/samba/tests/kcc
AgeCommit message (Expand)AuthorFilesLines
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde3-4/+4
2023-02-23python: fix mutable default argumentsRob van der Linde1-1/+3
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2-4/+4
2018-10-25python/tests/kcc_utils: disambiguate/unshadow a testDouglas Bagnall1-1/+2
2018-10-25python/tests/kcc_*: avoid * importsDouglas Bagnall2-2/+9
2018-10-25python/tests/kcc.graph: avoid import *Douglas Bagnall1-2/+1
2018-10-25py/tests: remove unused importsDouglas Bagnall2-4/+0
2018-10-18py3_tests/kcc : test_verify can hit KCCError as well as GraphErrorDouglas Bagnall1-19/+10
2018-10-18py3/tests/kcc: turn error into failure for flapping.d/kccDouglas Bagnall1-1/+4
2018-10-02python/tests: turn GraphError into failure inside of test_verify()Stefan Metzmacher1-0/+16
2018-09-21python tests: fix format() strings for Python 2.6Douglas Bagnall1-3/+3
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo2-2/+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 Guo2-2/+2
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-2/+2
2018-04-05selftest: enable py3 for samba.tests.kcc.graph_utilsJoe Guo1-1/+1
2018-04-05selftest: enable py3 for samba.tests.kcc.graphJoe Guo1-3/+3
2018-03-21tests/kcc_util: Add unit tests for automatic site coverageGarming Sam1-0/+352
2017-02-22Correct "acheive" typos.Chris Lamb1-1/+1
2016-12-01KCC: unconnected graph testClive Ferreira1-0/+24
2015-10-29KCC: kcc.import_ldif doesn't need credsDouglas Bagnall1-3/+3
2015-10-26samba-tool domain demote: Add --verbose and --quiet optionsAndrew Bartlett1-1/+1
2015-10-26selftest: Make it clear that the first argument to KCC.run() is unusedAndrew Bartlett1-2/+2
2015-10-26selftest: Add tests for samdb_to_ldif_fileAndrew Bartlett1-3/+22
2015-06-12KCC: ldif_import_export tests dotfiles have contentsDouglas Bagnall1-6/+11
2015-06-12KCC: ldif_import_export tests checks the dot-filesDouglas Bagnall1-0/+23
2015-06-12KCC: ldif_import_export tests use samba.tests.TestCaseInTempDirDouglas Bagnall1-19/+21
2015-06-12KCC: add tests for kcc.graph repltimes functionsDouglas Bagnall1-3/+34
2015-06-12KCC: beginning of tests for kcc.graphDouglas Bagnall1-0/+39
2015-06-12KCC: add a very puny stub for kcc.kcc_utils testsDouglas Bagnall1-0/+37
2015-06-12KCC: remove "forest_of_rings" verification checkDouglas Bagnall1-3/+0
2015-06-12KCC move and fix ldif_import_export and graph_utils testsDouglas Bagnall2-27/+17
2015-06-12KCC: shift tests/ldif_utils.py to tests/kcc/ldif_import_export.pyDouglas Bagnall1-0/+180
2015-06-12KCC: shift tests/graph_utils.py to tests/kcc/graph_utils.pyDouglas Bagnall1-0/+162
2015-06-12KCC: test stub for KCC objectDouglas Bagnall1-0/+80