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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2017-04-26.17:30:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493227807.37.0.952543019658.issue30172@psf.upfronthosting.co.za>
In-reply-to
Content
This is expected. test_tools just runs a large number of subprocesses. Some subtests proceeds a large number of Python source files as test_tokenize and test_lib2to3.

Maybe it would be better to run and report tests for different tools as separate tests (test_tools.test_pindent, test_tools.test_unparse, etc), but allowing to run a group as a whole. Does unittest or regrtest support this?
History
Date User Action Args
2017-04-26 17:30:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2017-04-26 17:30:07serhiy.storchakasetmessageid: <1493227807.37.0.952543019658.issue30172@psf.upfronthosting.co.za>
2017-04-26 17:30:07serhiy.storchakalinkissue30172 messages
2017-04-26 17:30:07serhiy.storchakacreate