summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2013-10-18 17:44:31 -0400
committerBarry Warsaw2013-10-18 17:44:31 -0400
commitb277307e38c610a3bbe3d140a4fbaef5641a34a3 (patch)
treeb44aff82a6d5754605da1fe9752342fb604151b2 /src/mailman/docs
parent6644023236f207652519a430109a1f6f2893370f (diff)
downloadmailman-b277307e38c610a3bbe3d140a4fbaef5641a34a3.tar.gz
mailman-b277307e38c610a3bbe3d140a4fbaef5641a34a3.tar.zst
mailman-b277307e38c610a3bbe3d140a4fbaef5641a34a3.zip
* When --sort is used, watch out for continuation lines, which shouldn't get
sorted. * Fix stderr output in sub-runners, and move the -e test option to -E.
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 6572c9a7b..552b396ac 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -16,7 +16,8 @@ Development
-----------
* Mailman 3 no longer uses ``zc.buildout`` and tests are now run by the
``nose2`` test runner. See ``src/mailman/docs/START.rst`` for details on
- how to build Mailman and run the test suite.
+ how to build Mailman and run the test suite. Also, use ``-P`` to select a
+ test pattern and ``-E`` to enable stderr debugging in runners.
* Use the ``enum34`` package instead of ``flufl.enum``.
REST