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 gvanrossum
Recipients gvanrossum, kevinconway, vstinner, yselivanov
Date 2016-08-31.03:10:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+dnXpg6F6F8UYvu4nwBqqrOnDPUihGEbJoNS-TVpxzoA@mail.gmail.com>
In-reply-to <1472612851.68.0.196801920926.issue27906@psf.upfronthosting.co.za>
Content
Yeah, the tests are often full of mocks, and I trust that the test
suite you wrote verifies that this fixes the problem. The unit tests
are more to ensure that future changes to the code won't accidentally
break the code you wrote (which is why we should really have test
coverage, but that's another story).
History
Date User Action Args
2016-08-31 03:10:11gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, kevinconway
2016-08-31 03:10:11gvanrossumlinkissue27906 messages
2016-08-31 03:10:11gvanrossumcreate