This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Unit03
Recipients Unit03, martin.panter, serhiy.storchaka
Date 2016-05-25.11:47:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464176849.4.0.00701669200528.issue27105@psf.upfronthosting.co.za>
In-reply-to
Content
Martin:

> Is there any advantage to having the test case in a separate MiscTestCase class, as opposed to the existing CgiTests class?

Other than "the first test [well, that I know of] for __all__ list was in separate class called MiscTestCase so each next one follows the same fashion" and "sometimes such test would fit into some existing TestCase class and sometimes not, so let's always put it into separate class for cohesion" - no, I don't see any.
History
Date User Action Args
2016-05-25 11:47:29Unit03setrecipients: + Unit03, martin.panter, serhiy.storchaka
2016-05-25 11:47:29Unit03setmessageid: <1464176849.4.0.00701669200528.issue27105@psf.upfronthosting.co.za>
2016-05-25 11:47:29Unit03linkissue27105 messages
2016-05-25 11:47:29Unit03create