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 ncoghlan
Recipients brett.cannon, eric.snow, ncoghlan, petr.viktorin, steve.dower
Date 2016-12-31.04:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483157301.65.0.948269395674.issue24932@psf.upfronthosting.co.za>
In-reply-to
Content
Steve's patch LGTM, and I now agree our needs are simple enough that we can rely on subprocess+unittest for the result reporting.

I'd just missed Steve's simple solution of using the return code to indicate success or failure, as well as Eric's approach in issue 29102 of teaching the related Python test case to read the text output from the _testembed test case.

If we eventually want to go beyond the single "run this test case" argument, then adding getopt() support to _testembed should be sufficient.
History
Date User Action Args
2016-12-31 04:08:21ncoghlansetrecipients: + ncoghlan, brett.cannon, petr.viktorin, eric.snow, steve.dower
2016-12-31 04:08:21ncoghlansetmessageid: <1483157301.65.0.948269395674.issue24932@psf.upfronthosting.co.za>
2016-12-31 04:08:21ncoghlanlinkissue24932 messages
2016-12-31 04:08:21ncoghlancreate