Files
cpython/Lib
Tim Peters 38330fe5ef 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.
2004-08-30 16:19:24 +00:00
..
2004-08-20 03:47:14 +00:00
2004-08-07 06:03:09 +00:00
2004-08-20 06:19:23 +00:00
2004-08-20 03:47:14 +00:00
2004-02-12 17:35:32 +00:00
2004-08-13 20:06:57 +00:00
2004-07-07 20:54:48 +00:00
2004-05-18 04:24:02 +00:00
2004-02-12 17:35:32 +00:00
2004-08-30 13:39:50 +00:00
2004-02-12 17:35:32 +00:00
2004-08-29 18:47:31 +00:00
2004-08-07 16:51:30 +00:00
2004-02-12 17:35:32 +00:00
2004-08-18 15:13:41 +00:00
2004-05-14 16:31:56 +00:00
2004-06-02 17:40:43 +00:00
2004-02-12 17:35:32 +00:00
2004-03-14 07:54:37 +00:00
2004-07-07 20:54:48 +00:00
2004-01-18 20:29:55 +00:00
2004-08-08 01:05:14 +00:00
2004-08-07 21:44:37 +00:00