1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-16 20:59:12 +03:00

Add docstring.

(This used to be commit 073ed0dd1c)
This commit is contained in:
Jelmer Vernooij
2008-02-09 17:42:31 +01:00
parent 0b922fb6cb
commit cf287aa831

View File

@ -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)