summaryrefslogtreecommitdiffstats
path: root/source4/torture/libnet/python
Commit message (Collapse)AuthorAgeFilesLines
* Use TestCase.get_credentials() where possible.Jelmer Vernooij2011-01-031-4/+3
|
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-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>
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-3/+1
| | | | setUp methods are called, fix formatting.
* s4-libnet: Simple test for net.SetPassword() python bindingKamen Mazdrashki2009-12-251-0/+62
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>