summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2ae563a0..5cf883db 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 c0647132..29fa0cd0 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 b12bccc5..113881eb 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.
"""