1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

Add docstring.

This commit is contained in:
Jelmer Vernooij
2008-02-09 17:42:31 +01:00
parent 13a7dfb900
commit 073ed0dd1c

View File

@@ -33,6 +33,8 @@ def setup_path(file):
class ProvisionTestCase(samba.tests.TestCaseInTempDir): class ProvisionTestCase(samba.tests.TestCaseInTempDir):
"""Some simple tests for individual functions in the provisioning code.
"""
def test_setup_secretsdb(self): def test_setup_secretsdb(self):
path = os.path.join(self.tempdir, "secrets.ldb") path = os.path.join(self.tempdir, "secrets.ldb")
ldb = setup_secretsdb(path, setup_path, None, None, lp=lp) ldb = setup_secretsdb(path, setup_path, None, None, lp=lp)