~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2013-10-18 21:44:31 UTC
  • Revision ID: barry@list.org-20131018214431-f9t3287twcvdckmq
 * 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
-----------
17
17
 * Mailman 3 no longer uses ``zc.buildout`` and tests are now run by the
18
18
   ``nose2`` test runner.  See ``src/mailman/docs/START.rst`` for details on
19
 
   how to build Mailman and run the test suite.
 
19
   how to build Mailman and run the test suite.  Also, use ``-P`` to select a
 
20
   test pattern and ``-E`` to enable stderr debugging in runners.
20
21
 * Use the ``enum34`` package instead of ``flufl.enum``.
21
22
 
22
23
REST