Add docstring.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 9 Feb 2008 16:42:31 +0000 (17:42 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 9 Feb 2008 16:42:31 +0000 (17:42 +0100)
source/scripting/python/samba/tests/provision.py

index eb49f7af83725bac6b843ab9d197232b7a8b7f74..54a7782b3d8c9c09f4734c75422fcab25203b3ec 100644 (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)