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 nikhilh
Recipients nikhilh
Date 2017-12-01.14:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512138119.67.0.213398074469.issue32152@psf.upfronthosting.co.za>
In-reply-to
Content
This is also necessary in a case where two tests (say, a and b) are running in parallel. Both tests access the same fileX.py
The coverage for fileX.py will not be accurate to reflect the usage by
tests a and b
History
Date User Action Args
2017-12-01 14:21:59nikhilhsetrecipients: + nikhilh
2017-12-01 14:21:59nikhilhsetmessageid: <1512138119.67.0.213398074469.issue32152@psf.upfronthosting.co.za>
2017-12-01 14:21:59nikhilhlinkissue32152 messages
2017-12-01 14:21:59nikhilhcreate