summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/deletetest.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-25/+25
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests/python: PY3 port samba4.deletetestNoel Power1-6/+7
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-12/+12
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-6/+6
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-12/+12
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-05-30selftest: Lock down the expected parents in BasicTreeDeleteTestsAndrew Bartlett1-4/+150
2018-05-30selftest: Rework BasicDeleteTests.test_all() into setUp() and a testAndrew Bartlett1-75/+78
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-8/+9
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-16/+32
2016-06-06selftest: Assert that name, the RDN attribute and actual RDN are in syncAndrew Bartlett1-1/+3
2015-02-03s4-dsdb-tests: Move base tests for Tombstone reanimation in tombstone_reanima...Kamen Mazdrashki1-173/+0
2015-02-03s4-dsdb-test: Fix Undelete tests after subunit upgrade workKamen Mazdrashki1-31/+31
2015-02-03s4-dsdb-test: Use case insensitive comparison for DNs in undelete testKamen Mazdrashki1-1/+1
2015-02-03s4-dsdb-tests: Fix whitespace in deletetest.pyKamen Mazdrashki1-1/+1
2015-02-03s4-dsdb-tests: Make unique object names to test with in deletetestKamen Mazdrashki1-10/+18
2015-02-03s4-dsdb-tests: Remove unused method get_ldap_connection()Kamen Mazdrashki1-13/+0
2015-02-03s4-dsdb-tests: Remove trailing ';' in deletetest.pyKamen Mazdrashki1-2/+2
2015-02-03s4-dsdb-tests: Some tests for deleted objects undelete operationNadezhda Ivanova1-5/+198
2014-11-22deletetest: use samba.tests.subunitrun.Jelmer Vernooij1-60/+52
2011-11-10test: fixed several tests to use samba.testsAndrew Tridgell1-1/+2
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2010-12-15s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...Kamen Mazdrashki1-1/+1
2010-11-25s4-tests: Modified deletetest.py to use samba.tests.delete_forceNadezhda Ivanova1-18/+14
2010-11-19s4:dsdb tests - use even more already defined pyldb functions to retrieve NCsMatthias Dieter Wallnöfer1-7/+1
2010-11-18s4:dsdb python tests - use "ldb.domain_dn"Matthias Dieter Wallnöfer1-9/+3
2010-11-03pydsdb: Import testtools before subunit for those that don't haveJelmer Vernooij1-1/+1
2010-10-16s4:objectclass LDB module - implement the "isCriticalSystemObject" subtree de...Matthias Dieter Wallnöfer1-2/+11
2010-10-03s4:deletetest.py - enhance the testsMatthias Dieter Wallnöfer1-21/+216
2010-06-30s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher1-0/+201