From f41e9b8d019a46c6eb4f020beb9ee29f5fc49ee4 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 17 Sep 2024 20:21:05 -0400 Subject: [PATCH] doc/README: un-document using setuptools to run the test suite --- doc/README | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 -- 2.44.2