diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-07 22:20:00 -0600 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-07 22:20:00 -0600 |
commit | 3fdabc604e6858865f318df098d79eb44392dbd9 (patch) | |
tree | d7112c70967cf811642a14520f9545040e12d36e | |
parent | f6ac2df6bd7ceddd0f3eb968198cc3ebd1388087 (diff) | |
download | freeipa-3fdabc604e6858865f318df098d79eb44392dbd9.tar.gz freeipa-3fdabc604e6858865f318df098d79eb44392dbd9.tar.xz freeipa-3fdabc604e6858865f318df098d79eb44392dbd9.zip |
-m
-rwxr-xr-x | gen-doc.bash | 2 | ||||
-rw-r--r-- | tests/test_ipa_server/__init__.py | 2 | ||||
-rw-r--r-- | tests/tstutil.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gen-doc.bash b/gen-doc.bash index 40b58dcc7..a4ee095b6 100755 --- a/gen-doc.bash +++ b/gen-doc.bash @@ -23,7 +23,7 @@ fi echo "Creating documentation in $out" epydoc -v --html --no-frames --include-log \ - --name="FreeIPA2 developer documentation" \ + --name="FreeIPA v2 developer documentation" \ --docformat=restructuredtext \ --output=$out \ $sources 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 |