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

Lines Matching refs:REPORT_NDIFF

62     'REPORT_NDIFF',
148 REPORT_NDIFF = register_optionflag('REPORT_NDIFF')
153 REPORT_NDIFF |
1577 REPORT_NDIFF):
1590 if optionflags & REPORT_NDIFF:
1623 elif optionflags & REPORT_NDIFF:
1845 REPORT_NDIFF
1957 REPORT_NDIFF
2125 >>> doctest.set_unittest_reportflags(REPORT_NDIFF |
2129 >>> doctest._unittest_reportflags == (REPORT_NDIFF |
2140 >>> doctest.set_unittest_reportflags(old) == (REPORT_NDIFF |