summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/ad_dc_search_performance.py
AgeCommit message (Expand)AuthorFilesLines
2023-10-13s4:dsdb:tests: Use loadTestsFromTestCase() instead of makeSuite()Joseph Sutton1-1/+2
2023-10-13s4:dsdb:tests: Remove unused importsJoseph Sutton1-6/+2
2023-08-03s4:dsdb:tests: Fix code spellingAndreas Schneider1-1/+1
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
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-3/+0
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-7/+12
2017-03-10perftests/ad_dc_search: do less work in expensive member searchesDouglas Bagnall1-4/+6
2017-03-02selftest: add search performance testsDouglas Bagnall1-0/+293