]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commitdiff
doc/README: un-document using setuptools to run the test suite
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Sep 2024 00:21:05 +0000 (20:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Sep 2024 00:21:05 +0000 (20:21 -0400)
doc/README

index 5663669b5f0194b13e1b8ac709db0bc1016d4534..1295d3a4d5870469c3f9024ca546cd0234f3780d 100644 (file)
@@ -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