From bc9edbfdf6a4d0d3b0f6c0b4c6ea82b24be27806 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 8 Oct 2008 01:30:52 -0600 Subject: Changed sub-package docstrings in tests/ to make consintent with other packages --- tests/test_ipa_server/__init__.py | 2 +- tests/test_ipa_webui/__init__.py | 2 +- tests/test_ipalib/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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. """ -- cgit