summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/tests
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-4/+4
setUp methods are called, fix formatting.
2010-06-13s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij1-2/+2
command-line options. This is the first step towards supporting custom test runners.
2009-10-02s4-pygensec: a bit closer to workingAndrew Tridgell1-1/+5
I'll need help from Andrew on how to get gensec to initialise it's ops element
2009-09-26pygensec: Add initial work on a gensec Python module.Jelmer Vernooij1-0/+35