summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/vlv.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-11dsdb/tests/vlv: use only one toplevel dn that is correctly cleaned upStefan Metzmacher1-9/+9
2018-12-21paged results: testing suite for new paged results moduleAaron Haslett1-3/+417
2018-12-21vlv: tests for delete, add, and modify casesAaron Haslett1-0/+109
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests: PY3 port samba4.ldap.vlvNoel Power1-13/+15
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-9/+9
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-3/+0
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E211: whitespace before '('Joe Guo1-5/+5
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-4/+4
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-6/+6
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power1-1/+1
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-13/+14
2018-02-15dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-2/+2
2016-08-19vlv tests: remove uninteresting debug messageDouglas Bagnall1-2/+0
2016-07-19VLV tests: remove vestigial pdb stubDouglas Bagnall1-3/+0
2016-07-19VLV tests: add tests with show_deleted controlDouglas Bagnall1-1/+170
2016-07-19VLV tests: comment typoDouglas Bagnall1-1/+1
2016-07-19VLV tests: reduce test duplication hence elapsed timeDouglas Bagnall1-6/+6
2016-05-03VLV: test using restrictive expressionsDouglas Bagnall1-0/+16
2016-05-03VLV: handle empty results correctlyDouglas Bagnall1-5/+107
2016-03-22dsdb python tests: fix several usage stringsDouglas Bagnall1-1/+1
2016-03-22Implement Virtual List View (VLV)Douglas Bagnall1-0/+802