summaryrefslogtreecommitdiff
path: root/source4/param/tests/bindings.py
AgeCommit message (Collapse)AuthorFilesLines
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-2/+3
setUp methods are called, fix formatting.
2009-12-21Fix initialisation of TypeObject samba.param.LoadparmService.Jelmer Vernooij1-3/+7
Found by Ricardo Jorge <rvelhote@gmail.com>.
2008-12-21Move tests for ParamFile.Jelmer Vernooij1-20/+0
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-01-23Add bindings for lp_load_default().Jelmer Vernooij1-0/+3
(This used to be commit ffd793bbde636366855462f980f1f7d0e25afaab)
2007-12-21r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij1-0/+17
Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0)
2007-12-21r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij1-2/+2
provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-0/+11
section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
2007-12-21r26456: Provide default config object, fix typo.Jelmer Vernooij1-1/+1
(This used to be commit 2b59df2af973044d9d3875c9202c17647f561d3b)
2007-12-21r26448: Add basic tests for param python module.Jelmer Vernooij1-0/+41
(This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81)