X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=test%2F__init__.py;h=8c0de9ea2f6d87a5d22eddd9ebbeb414d3a19553;hp=2e23a7c7dbec733dc994b611e137a33f419d036d;hb=0274de467062ab29d2a41d2a91ec0b28fcd95c8d;hpb=8e261aea0119c04752bbb5925b4f4513f928271b 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)