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 r.david.murray
Recipients Bernt.Røskar.Brenna, r.david.murray
Date 2014-02-06.14:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391696432.05.0.924920277439.issue20529@psf.upfronthosting.co.za>
In-reply-to
Content
This is intentional behavior.  In the general case, resource warnings *are* bugs, since not all Python implementations do automatic cleanup.  This behavior should be controllable (I'm not even sure they *can* be turned on if python is not compiled in debug mode).

I don't see resource warnings mentioned in the TextTestRunner docs that mention the other warning controls.  It also seems like perhaps there should be a way to control warnings from the unittest command line.  So I'd say there are some improvements that can be made here, but the basic behavior is working as intended.
History
Date User Action Args
2014-02-06 14:20:32r.david.murraysetrecipients: + r.david.murray, Bernt.Røskar.Brenna
2014-02-06 14:20:32r.david.murraysetmessageid: <1391696432.05.0.924920277439.issue20529@psf.upfronthosting.co.za>
2014-02-06 14:20:32r.david.murraylinkissue20529 messages
2014-02-06 14:20:31r.david.murraycreate