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 rbcollins
Recipients ChrisBarker, ezio.melotti, michael.foord, r.david.murray, rbcollins, rhettinger, serhiy.storchaka
Date 2016-06-03.23:21:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464996067.74.0.161397610114.issue27152@psf.upfronthosting.co.za>
In-reply-to
Content
I'm fine with these as a mixin - they are all very generic and unambiguously named. I'd marginally prefer the opt-in mixin over adding them to the base class.

Ideally they'd be matchers, but since I haven't ported that upstream yet, thats asking for more work, and we can always migrate later.

(https://rbtcollins.wordpress.com/2010/05/10/maintainable-pyunit-test-suites/ and http://testtools.readthedocs.io/en/latest/for-test-authors.html#matchers - sorry about the formatting in the blog post, wordpress changed theme details some time after I wrote the post and it now renders horribly :( )
History
Date User Action Args
2016-06-03 23:21:07rbcollinssetrecipients: + rbcollins, rhettinger, ezio.melotti, r.david.murray, michael.foord, serhiy.storchaka, ChrisBarker
2016-06-03 23:21:07rbcollinssetmessageid: <1464996067.74.0.161397610114.issue27152@psf.upfronthosting.co.za>
2016-06-03 23:21:07rbcollinslinkissue27152 messages
2016-06-03 23:21:07rbcollinscreate