summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ipa_server/__init__.py2
-rw-r--r--tests/tstutil.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_ipa_server/__init__.py b/tests/test_ipa_server/__init__.py
index a00826e42..2ae563a02 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
"""
-Unit tests for `ipa_server` package.
+Test the `ipa_server` package.
"""
diff --git a/tests/tstutil.py b/tests/tstutil.py
index 743716a08..5656515ca 100644
--- a/tests/tstutil.py
+++ b/tests/tstutil.py
@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
-Utility functions for the unit tests.
+Common utility functions and classes for unit tests.
"""
import inspect