summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/ad_dc_medley_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-2/+2
2023-03-08s4-dsdb:tests: Correctly handle LdbErrorJoseph Sutton1-1/+1
2023-03-08s4-dsdb:tests: Fix AD DC performance testsJoseph Sutton1-8/+8
2023-02-23selftest: source4: fix mutable default argumentsRob van der Linde1-1/+3
2023-02-23selftest: fix typo in test commentRob van der Linde1-1/+1
2023-02-23selftest: fix scope and attrs not passed to searchRob van der Linde1-2/+2
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2019-03-29paged_search: perf testing paged searchAaron Haslett1-2/+9
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-10-25s4/dsdb/pytest/ad_dc_medley: do not use xrangeDouglas Bagnall1-1/+1
2018-10-25s4/dsdb/pytests: Py3 compatitble except clausesDouglas Bagnall1-1/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
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-05-05perftest: ad_dc_medley failing base search failed to catch exceptionDouglas Bagnall1-4/+9
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-8/+13
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-1/+2
2017-06-23perftest: add a new medley testDouglas Bagnall1-0/+501