summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2010-11-12unit tests: add testing for dns account password changeMatthieu Patou1-0/+4
2010-11-05talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2-8/+10
2010-10-03s4-python-test: Common implementation for getting environment variable valueKamen Mazdrashki1-0/+11
2010-10-03s4-python-test: Implement global connect_samdb() functionKamen Mazdrashki1-0/+46
2010-09-30s4-provision: wipe the old keytabs when provisioningAndrew Tridgell1-3/+13
2010-09-22s4-selftest: Move credentials tests to standard python directory.Jelmer Vernooij1-0/+100
2010-09-22s4-selftest: Move samba3sam test to standard python directory.Jelmer Vernooij1-0/+1092
2010-09-22selftest: Fix idlist running.Jelmer Vernooij2-41/+65
2010-09-22s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij1-4/+3
2010-09-22pygensec: Implement start_mech_by_name().Jelmer Vernooij1-3/+10
2010-09-22ndrdump: Move blackbox test to standard python namespace.Jelmer Vernooij3-0/+41
2010-09-21s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij8-4/+394
2010-09-20rpc_talloc: Update test now that we create fewer references.Jelmer Vernooij1-7/+4
2010-09-20pytestrpc: Be more verbose.Jelmer Vernooij1-4/+6
2010-09-20testrpc: Convert from a single unit test to a simple test script, beJelmer Vernooij1-18/+32
2010-09-20pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij1-1/+1
2010-09-03pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij1-1/+1
2010-09-02s4-pidl: added a test for all generated rpc interfacesAndrew Tridgell1-0/+113
2010-08-26s4-pyrpc: convert rpc_talloc.py test to unittest frameworkAndrew Tridgell1-45/+59
2010-08-25s4-pyrpc: added a test for talloc behaviour in pidl python codeAndrew Tridgell1-0/+56
2010-07-15s4: Add unit test for increment_calculated_keyversion_numberMatthieu Patou1-1/+25
2010-07-15s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa...Matthieu Patou1-1/+25
2010-07-15s4 dsdb: Use the changereplmetadata controlMatthieu Patou1-11/+78
2010-07-10s4:provision: also use fixed GUID names of the default group policies for dom...Stefan Metzmacher1-2/+3
2010-06-25s4 python: Add unit tests related to PyLong/PyInt handlingMatthieu Patou1-2/+11
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell19-19/+19
2010-06-20s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer1-3/+0
2010-06-20Use standard Python syntax, booleans and set()'s where appropriate.Jelmer Vernooij1-10/+15
2010-06-20Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij3-28/+31
2010-06-20samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij1-1/+1
2010-06-20s4-python: Remove trivial function, replace by dictionary.Jelmer Vernooij1-3/+3
2010-06-20s4 unittests: add unit tests for upgradehelpersMatthieu Patou2-4/+19
2010-06-20s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2-89/+194
2010-06-20s4 python: Update unit tests related to create secretsMatthieu Patou1-0/+13
2010-06-20s4 python: Add unit tests for upgradeprovision related stuffMatthieu Patou1-0/+161
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij14-32/+42
2010-06-19samba.tests.samba3: Clean up imports, use new TestCase class.Jelmer Vernooij1-13/+38
2010-06-19ntacls: Raise TestSkipped rather than writing to stdout.Jelmer Vernooij1-16/+15
2010-06-19samba.tests: Provide TestCase and TestSkipped classes (from testtools) for co...Jelmer Vernooij1-6/+9
2010-06-15Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only in...Jelmer Vernooij1-18/+22
2010-06-13s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij3-12/+18
2010-06-13s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij1-1/+2
2010-04-15pydsdb: Fix memory leak on invalid parameters, formatting, trivialJelmer Vernooij1-9/+7
2010-04-15s4 python: add a unit test for function dsdb_get_oid_from_attidMatthieu Patou1-0/+44
2010-03-29s4-python: Format to PEP8, simplify tests.Jelmer Vernooij1-87/+68
2010-03-01More formatting fixes, pointed out by pylint.Jelmer Vernooij1-0/+1
2010-03-01General cleanups of python code, hinted by pyflakes.Jelmer Vernooij5-17/+2
2010-03-01Remove __contains__ from mock object for consistency with actualJelmer Vernooij1-3/+0
2010-01-21pyxattr: Factor out helper functions.Jelmer Vernooij1-24/+24
2010-01-21pyxattr: Simplify tests.Jelmer Vernooij1-52/+60