summaryrefslogtreecommitdiff
path: root/source4/auth/tests/bindings.py
AgeCommit message (Collapse)AuthorFilesLines
2010-09-21s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij1-33/+0
2010-08-18s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett1-2/+0
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.
2008-12-21Fix various Python-related bugs.Jelmer Vernooij1-1/+1
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2007-12-21r26189: Add really trivial testsuite for the auth module.Jelmer Vernooij1-0/+34
(This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22)