summaryrefslogtreecommitdiffstats
path: root/source4/auth/tests
Commit message (Collapse)AuthorAgeFilesLines
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-211-33/+0
|
* s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett2010-08-181-2/+0
|
* 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-2/+3
| | | | setUp methods are called, fix formatting.
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-1/+1
|
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* r26189: Add really trivial testsuite for the auth module.Jelmer Vernooij2007-12-211-0/+34
(This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22)