Cleaned up package and module level docstrings for everything in tests/

This commit is contained in:
Jason Gerard DeRose 2008-10-07 21:25:23 -06:00
parent 151b8ba38a
commit af56c71d50
11 changed files with 11 additions and 11 deletions

View File

@ -18,5 +18,5 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib` package.
Test the `ipalib` package.
"""

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.backend` module.
Test the `ipalib.backend` module.
"""
from ipalib import backend, plugable, errors

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.cli` module.
Test the `ipalib.cli` module.
"""
from tstutil import raises, getitem, no_set, no_del, read_only, ClassChecker

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.config` module.
Test the `ipalib.config` module.
"""
import types

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.crud` module.
Test the `ipalib.crud` module.
"""
from tstutil import read_only, raises, ClassChecker

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.errors` module.
Test the `ipalib.errors` module.
"""
from tstutil import raises, ClassChecker

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.frontend` module.
Test the `ipalib.frontend` module.
"""
from tstutil import raises, getitem, no_set, no_del, read_only, ClassChecker

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.ipa_types` module.
Test the `ipalib.ipa_types` module.
"""
from tstutil import raises, getitem, no_set, no_del, read_only, ClassChecker

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.plugable` module.
Test the `ipalib.plugable` module.
"""
from tstutil import raises, no_set, no_del, read_only

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for test-helper `tests.tstutil` module.
Test the `tests.tstutil` module.
"""
import tstutil

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipalib.util` module.
Test the `ipalib.util` module.
"""
from tstutil import raises