summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-21pyxattr: Fix tests by not opening tdb files multiple times.Jelmer Vernooij1-2/+0
2010-01-21pyxattr: Fix tests by avoiding opening tdb files multiple times.Jelmer Vernooij1-8/+8
2010-01-21pyxattr: Simplify tests.Jelmer Vernooij1-80/+50
2010-01-21s4-tests: register new unit testsMatthieu Patou2-37/+106
2010-01-21s4-python: add unit test for ntacls manipulation in pythonMatthieu Patou1-0/+99
2010-01-21s4-python: add more unit tests for xattr manipulation in pythonMatthieu Patou1-11/+39
2010-01-21s4: Create unit tests for python "samba.xattr" moduleMatthieu Patou1-0/+50
2009-12-29netcmd: Add some basic tests.Jelmer Vernooij1-0/+34
2009-11-28s4:samba3.py/upgrade.py: RevertMatthias Dieter Wallnöfer1-3/+3
2009-11-27s4:samba3.py (and test) - deactivate the tests until those parameters are fixedMatthias Dieter Wallnöfer1-3/+3
2009-11-02s4:provision Fix samdb test with new provision codeAndrew Bartlett1-3/+12
2009-09-30s4:samba.tests.samdb - remove last relicts of the templatesMatthias Dieter Wallnöfer1-4/+2
2009-09-26samba.tests.provision: Remove broken become_dc test.Jelmer Vernooij1-25/+1
2009-09-24Add init file for DCE/RPC tests.Jelmer Vernooij1-0/+20
2009-09-24PEP8Jelmer Vernooij6-3/+6
2009-09-24Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij6-0/+0
2009-09-04s4:python fixed subunit tests of dcerpcAndrew Tridgell6-0/+0
2009-08-17s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer1-0/+0
2009-08-17fixed up add_foreign againAndrew Tridgell1-16/+4
2009-08-17more fixups from provision changesAndrew Tridgell1-2/+14
2009-08-17fixed up some provision errors from the recent changesAndrew Tridgell1-3/+2
2009-07-29s4:provision We no longer add krbtgt or kpasswd account into secrets.ldbAndrew Bartlett1-1/+1
2009-07-20Re-add accidently removed shares test.Jelmer Vernooij1-0/+74
2009-06-08python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.Jelmer Vernooij1-1/+1
2009-04-21Add str() for policy_handles.Andrew Bartlett1-1/+6
2009-04-21python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett1-0/+11