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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user