[Python-checkins] distutils2: test discovery docs

tarek.ziade python-checkins at python.org
Sun Sep 19 10:20:22 CEST 2010


tarek.ziade pushed b04d295101e2 to distutils2:

http://hg.python.org/distutils2/rev/b04d295101e2
changeset:   625:b04d295101e2
user:        Konrad Delong <konryd at gmail.com>
date:        Sat Aug 14 22:36:59 2010 +0200
summary:     test discovery docs
files:       docs/source/distutils/newcommands.rst

diff --git a/docs/source/distutils/newcommands.rst b/docs/source/distutils/newcommands.rst
--- a/docs/source/distutils/newcommands.rst
+++ b/docs/source/distutils/newcommands.rst
@@ -23,6 +23,10 @@
 results in the console. Both options: ``suite`` and ``runner`` accept dotted
 names that will be resolved into actual objects.
 
+If none of these options are specified, distutils2 will try to perform test
+discovery using either unittest2 (if installed) or unittest (if running on
+recent Python version).
+
 ``--suite=NAME, -s NAME``
     Specify the test suite (or module, class, or method) to be run
     (for example ``some_module.test_suite``).  The default for this option can be

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list