summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-08 01:30:52 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-08 01:30:52 -0600
commitbc9edbfdf6a4d0d3b0f6c0b4c6ea82b24be27806 (patch)
tree94afbd5467bd1a5e8cc3b4d7cb9979a4c86c5742 /tests
parentb246dbabcffa664a4f4f59ea800ad8a26e2c81dd (diff)
downloadfreeipa-bc9edbfdf6a4d0d3b0f6c0b4c6ea82b24be27806.tar.gz
freeipa-bc9edbfdf6a4d0d3b0f6c0b4c6ea82b24be27806.tar.xz
freeipa-bc9edbfdf6a4d0d3b0f6c0b4c6ea82b24be27806.zip
Changed sub-package docstrings in tests/ to make consintent with other packages
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ipa_server/__init__.py2
-rw-r--r--tests/test_ipa_webui/__init__.py2
-rw-r--r--tests/test_ipalib/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_ipa_server/__init__.py b/tests/test_ipa_server/__init__.py
index 2ae563a02..5cf883dbd 100644
--- a/tests/test_ipa_server/__init__.py
+++ b/tests/test_ipa_server/__init__.py
@@ -18,5 +18,5 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
-Test the `ipa_server` package.
+Sub-package containing unit tests for `ipa_server` package.
"""
diff --git a/tests/test_ipa_webui/__init__.py b/tests/test_ipa_webui/__init__.py
index c06471327..29fa0cd0d 100644
--- a/tests/test_ipa_webui/__init__.py
+++ b/tests/test_ipa_webui/__init__.py
@@ -17,5 +17,5 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
-Test the `ipa_webui` package.
+Sub-package containing unit tests for `ipa_webui` package.
"""
diff --git a/tests/test_ipalib/__init__.py b/tests/test_ipalib/__init__.py
index b12bccc58..113881ebf 100644
--- a/tests/test_ipalib/__init__.py
+++ b/tests/test_ipalib/__init__.py
@@ -18,5 +18,5 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
-Test the `ipalib` package.
+Sub-package containing unit tests for `ipalib` package.
"""