From: Michael Orlitzky Date: Wed, 18 Sep 2024 00:21:05 +0000 (-0400) Subject: doc/README: un-document using setuptools to run the test suite X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=f41e9b8d019a46c6eb4f020beb9ee29f5fc49ee4;p=djbdns-logparse.git doc/README: un-document using setuptools to run the test suite --- diff --git a/doc/README b/doc/README index 5663669..1295d3a 100644 --- a/doc/README +++ b/doc/README @@ -59,14 +59,10 @@ with heavy assistance from Rob Mayoff's documentation: == Tests == -The (doctest) test suite can be run with either setuptools, +The (doctest) test suite can be run manually, - $ python setup.py test + $ python -m doctest -v djbdns/*.py -or using tox, +Or with tox: $ tox - -Or, you can just run them manually: - - $ python -m doctest -v djbdns/*.py