summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-07 23:31:40 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-07 23:31:40 -0600
commit0d2b5a889237165a9870668d9f97787606524e32 (patch)
treec9d98e263196734bf63c75e23a57c23faa44ff0e /tests
parent9bff91fc0871cc9aa02e1fd63776a303185f3b3c (diff)
downloadfreeipa-0d2b5a889237165a9870668d9f97787606524e32.tar.gz
freeipa-0d2b5a889237165a9870668d9f97787606524e32.tar.xz
freeipa-0d2b5a889237165a9870668d9f97787606524e32.zip
PEP 257: cleaned up docstrings in test_config.py
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ipalib/test_config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_ipalib/test_config.py b/tests/test_ipalib/test_config.py
index 7b12a53e4..2ec75048a 100644
--- a/tests/test_ipalib/test_config.py
+++ b/tests/test_ipalib/test_config.py
@@ -29,7 +29,7 @@ from ipalib import config
def test_generate_env():
"""
- Test the `config.generate_env` function
+ Test the `ipalib.config.generate_env` function.
"""
# Make sure we don't overwrite any properties
@@ -49,7 +49,7 @@ def test_generate_env():
def test_LazyProp():
"""
- Test the `config.LazyProp` class
+ Test the `ipalib.config.LazyProp` class.
"""
def dummy():
@@ -70,7 +70,7 @@ def test_LazyProp():
def test_LazyIter():
"""
- Test the `config.LazyIter` class
+ Test the `ipalib.config.LazyIter` class.
"""
def dummy():
@@ -95,7 +95,7 @@ def test_LazyIter():
def test_read_config():
"""
- Test the `config.read_config` class
+ Test the `ipalib.config.read_config` class.
"""
raises(AssertionError, config.read_config, 1)