Home | History | Annotate | Download | only in python2.7

Lines Matching refs:set_unittest_reportflags

88     'set_unittest_reportflags',
2117 def set_unittest_reportflags(flags):
2125 >>> doctest.set_unittest_reportflags(REPORT_NDIFF |
2135 >>> doctest.set_unittest_reportflags(ELLIPSIS)
2140 >>> doctest.set_unittest_reportflags(old) == (REPORT_NDIFF |