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 martin.panter
Recipients martin.panter, wolma
Date 2015-01-12.01:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421027334.64.0.342715227336.issue22495@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah it would be good to put related tests in the one place.

I was trying to find a good place to test how the comparison operators invoke the __eq__(), __gt__() etc methods, and the existing tests seem to be spread over test_compare.py and test_binop.py.
History
Date User Action Args
2015-01-12 01:48:54martin.pantersetrecipients: + martin.panter, wolma
2015-01-12 01:48:54martin.pantersetmessageid: <1421027334.64.0.342715227336.issue22495@psf.upfronthosting.co.za>
2015-01-12 01:48:54martin.panterlinkissue22495 messages
2015-01-12 01:48:54martin.pantercreate