summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sites.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests/python: PY3 port samba4.ldap.sitesNoel Power1-1/+1
2018-11-01s4/dsdb/pytest/sites: do not use variables out of scopeDouglas Bagnall1-2/+2
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-9/+9
2018-02-19python/tests/sites: ensure we can't manipulate subnets as non-adminDouglas Bagnall1-1/+87
2018-02-19subnet: Avoid a segfault when renaming subnet objectsGarming Sam1-0/+45
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
2015-12-24dsdb subnets: warn when an IPv6 address is in IPv4 embedding rangeDouglas Bagnall1-0/+32
2015-12-24samldb: ensure subnets have proper net rangesDouglas Bagnall1-0/+288
2015-12-24samba-tool: add sites subnet subcommandsDouglas Bagnall1-0/+76
2015-12-24python.sites tests: remove excessive transaction managementDouglas Bagnall1-4/+0
2015-12-24selftest: Allow sites test to run against a remote ldap:// hostAndrew Bartlett1-4/+1
2015-12-24dsdb.tests.sites: don't use global database, tidy long linesDouglas Bagnall1-22/+23
2015-12-24dsdb.tests.sites: merge interdependent testsDouglas Bagnall1-5/+2
2014-11-22sites: Use samba.tests.subunitrun.Jelmer Vernooij1-11/+6
2013-05-17s4:dsdb python tests - set the executable flagMatthias Dieter Wallnöfer1-0/+0
2011-11-02s4-sites: Document, fix under optimal coding, use exceptionsMatthieu Patou1-18/+18
2011-11-02s4-selftest: add unit tests for sites's function in pythonMatthieu Patou1-0/+125