Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-03 | Use TestCase.get_credentials() where possible. | Jelmer Vernooij | 1 | -4/+3 | |
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 1 | -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-19 | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 1 | -3/+1 | |
setUp methods are called, fix formatting. | |||||
2009-12-25 | s4-libnet: Simple test for net.SetPassword() python binding | Kamen Mazdrashki | 1 | -0/+62 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |