summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc/registry.py
AgeCommit message (Expand)AuthorFilesLines
2009-09-24PEP8Jelmer Vernooij1-1/+1
2009-09-24Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij1-0/+50
2009-09-04s4:python fixed subunit tests of dcerpcAndrew Tridgell1-50/+0
2008-08-01Use new style python classes.Jelmer Vernooij1-0/+1
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij1-1/+1
2008-05-22Fix dependencies and imports.Jelmer Vernooij1-1/+1
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij1-2/+2
2008-04-14Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij1-2/+2
2008-04-14Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij1-5/+4
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij1-2/+2
2008-01-14python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...Jelmer Vernooij1-21/+18
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij1-0/+53