summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/ldap_schema.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-08s4:dsdb:tests: Remove unused variablesJoseph Sutton1-4/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-59/+59
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-11-14s4/dsdb/tests/python: PY3 port samba4.ldap_schema.pythonNoel Power1-8/+8
2018-11-01s4/dsdb/pytest/ldap_schema: fix typo in docsDouglas Bagnall1-1/+1
2018-10-25s4/dsdb/pytest/ldap_schema: remove duplicate testDouglas Bagnall1-58/+0
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe 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 E303: too many blank lines (2)Joe Guo1-16/+0
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-25/+25
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-7/+7
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-4/+4
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-1/+2
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-31/+62
2017-02-14python/tests: Add test for generated and duplicate mAPIIDsBob Campbell1-0/+76
2017-02-14python/tests: add test for generated and duplicate linkIDsBob Campbell1-0/+285
2017-01-10python/schema: fix tests flapping due to oid collisionAndrew Bartlett1-27/+27
2016-06-06selftest: Add tests to show that we can not create duplicate schema entriesAndrew Bartlett1-2/+655
2016-06-06selftest: Use random OIDs from under the Samba OID arcAndrew Bartlett1-6/+6
2016-03-08repl_meta_data: Correctly use msDS-IntId for custom schema, not the prefixMap...Andrew Bartlett1-4/+27
2014-11-24Use samba.tests.subunitrun in dsdb ldap and ldap_schema tests.Jelmer Vernooij1-24/+31
2013-01-21Tests: rewrite ldap_schema to specify attributesMatthieu Patou1-15/+24
2012-06-23selftest: schema is not automatically reloaded now so if you modify it you ha...Matthieu Patou1-0/+9
2011-11-10test: fixed several tests to use samba.testsAndrew Tridgell1-3/+3
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 ldap_schema.py to use samba.tests.delete_forceNadezhda Ivanova1-8/+3
2010-11-19s4:dsdb tests - use even more already defined pyldb functions to retrieve NCsMatthias Dieter Wallnöfer1-6/+1
2010-11-18s4:dsdb python tests - use "ldb.domain_dn"Matthias Dieter Wallnöfer1-9/+3
2010-11-11Cannot create OU using custom Schema classZahari Zahariev1-0/+56
2010-11-11s4:python tests - fix script names in the help textMatthias Dieter Wallnöfer1-1/+1
2010-11-03pydsdb: Import testtools before subunit for those that don't haveJelmer Vernooij1-1/+1
2010-09-26s4-ldap_schema.py: Remove unused LDB connection to GC portKamen Mazdrashki1-5/+0
2010-07-03s4:dsdb/tests/python/ldap_schema.py - remove a now useless "schemaUpdateNow" ...Matthias Dieter Wallnöfer1-10/+0
2010-06-30s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher1-0/+556