summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/linked_attributes.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-04selftest: Move self.assertRaisesLdbError() to samba.tests.TestCaseAndrew Bartlett1-21/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-03-22dsdb: Add test for the case of a link pointing back at its own objectAndrew Bartlett1-0/+25
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests/python: PY3 port for samba4.ldap.linked_attributesNoel Power1-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-1/+0
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-2/+2
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-7/+8
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-1/+2
2018-02-15dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2017-10-26linked attribute tests: correct add_all_at_once testDouglas Bagnall1-8/+5
2017-10-26linked_attribute tests: helper assert function for expected LdbErrorDouglas Bagnall1-20/+29
2017-10-26linked attribute tests: fix logic for add testDouglas Bagnall1-0/+2
2017-10-26linked attribute tests: ensure duplicate deletes failDouglas Bagnall1-0/+5
2017-10-26linked attribute tests: test against duplicates in replaceDouglas Bagnall1-0/+10
2017-06-15s4/linked_attribute tests: test duplicate valuesDouglas Bagnall1-1/+19
2017-02-09s4/linked_attribute tests: remove helper function unused parameterDouglas Bagnall1-3/+2
2017-02-09s4/linked_attribute tests: try adding linked attributes directlyDouglas Bagnall1-13/+51
2017-02-09s4/linked_attribute tests: test with the relax controlDouglas Bagnall1-6/+75
2017-02-09s4/linked_attribute tests: compare link lists in sorted orderDouglas Bagnall1-5/+3
2017-02-09s4/linked_attribute tests: remove unused codeDouglas Bagnall1-22/+0
2017-02-09s4/linked_attribute tests: add multiple links and replace testsDouglas Bagnall1-0/+132
2017-02-09s4/linked_attributes test: pep8 tidy-up, remove unused importsDouglas Bagnall1-10/+7
2016-09-08tests: Skip a test for reveal internals for passing WindowsGarming Sam1-1/+6
2016-09-08tests: Check that USN bumps when modifying a linked attrGarming Sam1-0/+21
2016-09-08tests: Assert vanishing links doesn't bump USNGarming Sam1-0/+20
2016-07-15link_attrs: Add tests for one way links (and pseudo one-way)Garming Sam1-0/+68
2016-07-15dsdb tests: add linked attribute testsDouglas Bagnall1-0/+363