diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-30 16:19:24 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-30 16:19:24 (GMT) |
commit | 38330fe5ef3c0227d2267774b9b95352d290e9d7 (patch) | |
tree | 05fac325926c66104c37f2a65c41f80b625e6e23 /Modules | |
parent | ed047486f5dd79cb594ef100362fe04ab1ef3e0a (diff) | |
download | cpython-38330fe5ef3c0227d2267774b9b95352d290e9d7.zip cpython-38330fe5ef3c0227d2267774b9b95352d290e9d7.tar.gz cpython-38330fe5ef3c0227d2267774b9b95352d290e9d7.tar.bz2 |
The distinction between comparison flags and reporting flags isn't unique
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.
Diffstat (limited to 'Modules')
0 files changed, 0 insertions, 0 deletions