X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2F__init__.py;h=8c0de9ea2f6d87a5d22eddd9ebbeb414d3a19553;hb=0274de467062ab29d2a41d2a91ec0b28fcd95c8d;hp=2e23a7c7dbec733dc994b611e137a33f419d036d;hpb=d08e0af9bf86e81d4a5b3dbbe38092bacc5edd62;p=dunshire.git diff --git a/test/__init__.py b/test/__init__.py index 2e23a7c..8c0de9e 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -46,8 +46,8 @@ def build_suite(doctests=True): def run_suite(suite): """ - Run all of the unit and doctests for the ``dunshire`` and ``test`` - packages. + Run all of the unit and doctests for the :mod:`dunshire` and + :mod:`test` packages. """ runner = TextTestRunner(verbosity=1) return runner.run(suite)