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 vstinner
Recipients barry, ezio.melotti, python-dev, r.david.murray, techtonik, vstinner
Date 2013-06-25.00:14:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372119286.33.0.0491742660742.issue11390@psf.upfronthosting.co.za>
In-reply-to
Content
Attached doctest_term_dummy.patch: workaround the issue by setting TERM env var to "dummy".

Why is test_CLI() implemented using a doctest? Why not reusing the unittest module to benefit from test.support and test.regrtest? (Hint: I don't like doctests :-))
History
Date User Action Args
2013-06-25 00:14:46vstinnersetrecipients: + vstinner, barry, techtonik, ezio.melotti, r.david.murray, python-dev
2013-06-25 00:14:46vstinnersetmessageid: <1372119286.33.0.0491742660742.issue11390@psf.upfronthosting.co.za>
2013-06-25 00:14:46vstinnerlinkissue11390 messages
2013-06-25 00:14:45vstinnercreate