summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sort.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-5/+5
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-4/+4
2019-09-01Spelling fixes s/recieved/received/Mathieu Parent1-3/+3
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-14s4/dsdb/tests/python: Restore embed NULL tests for Python3Noel Power1-49/+38
2018-12-14selftest: Convert samba4.ldap.sort.python to planoldpythontestNoel Power1-4/+4
2018-12-10s4/dsdb/tests/python: PY3 allow test samba4.ldap.sort passNoel Power1-8/+14
2018-12-10s4/dsdb/tests/python: partial PY3 port for samba4.ldap.sortNoel Power1-9/+12
2018-10-25s4/dsdb/pytest/sort: use compat.cmp_fn instead of cmpDouglas Bagnall1-3/+3
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe 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 E301: expected 1 blank line, found 0Joe Guo1-0/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E211: whitespace before '('Joe Guo1-1/+1
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-27/+28
2018-02-15dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2016-03-22dsdb python tests: fix several usage stringsDouglas Bagnall1-1/+1
2016-03-22dsdb sort test: avoid exception with fewer elementsDouglas Bagnall1-1/+1
2016-03-22ldb sort tests: point out a known fails against WindowsDouglas Bagnall1-2/+14
2016-03-11s4:dsdb/test/sort: avoid 'from collections import Counter'Stefan Metzmacher1-2/+7
2016-03-09ldb sort: allow sorting on attributes not returned in searchDouglas Bagnall1-0/+56
2016-03-09Add python server sort testsDouglas Bagnall1-0/+307