• Tim Peters's avatar
    The distinction between comparison flags and reporting flags isn't unique · 38330fe5
    Tim Peters authored
    to unittest, so make it official:  new module constants COMPARISON_FLAGS
    and REPORTING_FLAGS, which are bitmasks or'ing together the relevant
    individual option flags.
    
    set_unittest_reportflags():  Reworked to use REPORTING_FLAGS, and
    simplified overly complicated flag logic.
    
    class FakeModule:  Removed this; neither documented nor used.
    38330fe5
doctest.py 93.2 KB