~yellow/zope.testing/fix-tests

« back to all changes in this revision

Viewing changes to src/zope/testing/testrunner/test_testrunner_subunit.py

  • Committer: Brad Crittenden
  • Date: 2012-06-21 18:04:36 UTC
  • Revision ID: bac@canonical.com-20120621180436-3zydzr4yew7ypkit
Small clean up.  Prevent the --require-unique warning unless -m is really used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#
13
13
##############################################################################
14
14
"""Unit tests for the testrunner's subunit integration, ported from the
15
 
original doctest file 'testrunn-subunit.txt'.
 
15
original doctest file 'testrunner-subunit.txt'.
16
16
"""
17
17
 
18
18
import doctest