diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 17:42:31 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 17:42:31 +0100 |
commit | cf287aa831a538c9f6c95882cee382fa836756d1 (patch) | |
tree | 3affd0e0e673e0e0e298f66ee8401174a3ec10ee /source4/scripting/python | |
parent | 0b922fb6cbbdd454bc6c60d160f0b8be72a70421 (diff) | |
download | samba-cf287aa831a538c9f6c95882cee382fa836756d1.tar.gz samba-cf287aa831a538c9f6c95882cee382fa836756d1.tar.bz2 samba-cf287aa831a538c9f6c95882cee382fa836756d1.zip |
Add docstring.
(This used to be commit 073ed0dd1cc8fae9eb4a2f7ff6763124917c56e8)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/samba/tests/provision.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/provision.py b/source4/scripting/python/samba/tests/provision.py index eb49f7af83..54a7782b3d 100644 --- a/source4/scripting/python/samba/tests/provision.py +++ b/source4/scripting/python/samba/tests/provision.py @@ -33,6 +33,8 @@ def setup_path(file): class ProvisionTestCase(samba.tests.TestCaseInTempDir): + """Some simple tests for individual functions in the provisioning code. + """ def test_setup_secretsdb(self): path = os.path.join(self.tempdir, "secrets.ldb") ldb = setup_secretsdb(path, setup_path, None, None, lp=lp) |