summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests
Commit message (Expand)AuthorAgeFilesLines
* pydsdb: Fix memory leak on invalid parameters, formatting, trivialJelmer Vernooij2010-04-151-9/+7
* s4 python: add a unit test for function dsdb_get_oid_from_attidMatthieu Patou2010-04-151-0/+44
* s4-python: Format to PEP8, simplify tests.Jelmer Vernooij2010-03-291-87/+68
* More formatting fixes, pointed out by pylint.Jelmer Vernooij2010-03-011-0/+1
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-015-17/+2
* Remove __contains__ from mock object for consistency with actualJelmer Vernooij2010-03-011-3/+0
* pyxattr: Factor out helper functions.Jelmer Vernooij2010-01-211-24/+24
* pyxattr: Simplify tests.Jelmer Vernooij2010-01-211-52/+60
* pyxattr: Fix tests by not opening tdb files multiple times.Jelmer Vernooij2010-01-211-2/+0
* pyxattr: Fix tests by avoiding opening tdb files multiple times.Jelmer Vernooij2010-01-211-8/+8
* pyxattr: Simplify tests.Jelmer Vernooij2010-01-211-80/+50
* s4-tests: register new unit testsMatthieu Patou2010-01-212-37/+106
* s4-python: add unit test for ntacls manipulation in pythonMatthieu Patou2010-01-211-0/+99
* s4-python: add more unit tests for xattr manipulation in pythonMatthieu Patou2010-01-211-11/+39
* s4: Create unit tests for python "samba.xattr" moduleMatthieu Patou2010-01-211-0/+50
* netcmd: Add some basic tests.Jelmer Vernooij2009-12-291-0/+34
* s4:samba3.py/upgrade.py: RevertMatthias Dieter Wallnöfer2009-11-281-3/+3
* s4:samba3.py (and test) - deactivate the tests until those parameters are fixedMatthias Dieter Wallnöfer2009-11-271-3/+3
* s4:provision Fix samdb test with new provision codeAndrew Bartlett2009-11-021-3/+12
* s4:samba.tests.samdb - remove last relicts of the templatesMatthias Dieter Wallnöfer2009-09-301-4/+2
* samba.tests.provision: Remove broken become_dc test.Jelmer Vernooij2009-09-261-25/+1
* Add init file for DCE/RPC tests.Jelmer Vernooij2009-09-241-0/+20
* PEP8Jelmer Vernooij2009-09-246-3/+6
* Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij2009-09-246-0/+0
* s4:python fixed subunit tests of dcerpcAndrew Tridgell2009-09-046-0/+0
* s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer2009-08-171-0/+0
* fixed up add_foreign againAndrew Tridgell2009-08-171-16/+4
* more fixups from provision changesAndrew Tridgell2009-08-171-2/+14
* fixed up some provision errors from the recent changesAndrew Tridgell2009-08-171-3/+2
* s4:provision We no longer add krbtgt or kpasswd account into secrets.ldbAndrew Bartlett2009-07-291-1/+1
* Re-add accidently removed shares test.Jelmer Vernooij2009-07-201-0/+74
* python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.Jelmer Vernooij2009-06-081-1/+1
* Add str() for policy_handles.Andrew Bartlett2009-04-211-1/+6
* python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett2009-04-211-0/+11
* python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...Andrew Bartlett2009-04-211-0/+48
* Fix the valid NetBIOS name tests.Jelmer Vernooij2009-04-201-3/+3
* Improve formatting in Python file.Jelmer Vernooij2009-04-061-0/+5
* Make valid_netbios_name() check a bit stricter.Jelmer Vernooij2009-04-061-0/+12
* Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij2009-03-021-1/+1
* expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2009-02-242-3/+3
* Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij2009-02-121-0/+10
* Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij2009-02-121-2/+2
* Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij2009-02-111-2/+2
* Make it possible to override the setup path.Jelmer Vernooij2009-02-111-9/+11
* Cancel transactions when exceptions are raised.Jelmer Vernooij2009-02-111-0/+1
* samba.tests.samdb: Fix test after merger of samba.security andJelmer Vernooij2008-12-231-1/+1
* Move tests for ParamFile.Jelmer Vernooij2008-12-211-1/+23
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-1/+1
* Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij2008-12-191-2/+2
* Use new style python classes.Jelmer Vernooij2008-08-015-1/+6