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 terry.reedy
Recipients CCLDArjun, terry.reedy, yselivanov
Date 2021-06-13.02:44:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623552254.01.0.8804970044.issue44405@roundup.psfhosted.org>
In-reply-to
Content
What is unusual, I think, for a CLI test function is that it requires a passed in argument.  As a sanity-check test, 'python -m dis' could (should) disassemble itself.  Perhaps there once were some true tests that were moved to unittests.  (I started IDLE unittests by doing this with module test functions.)  If you know git, you could check the history and checkin messages.
History
Date User Action Args
2021-06-13 02:44:14terry.reedysetrecipients: + terry.reedy, yselivanov, CCLDArjun
2021-06-13 02:44:14terry.reedysetmessageid: <1623552254.01.0.8804970044.issue44405@roundup.psfhosted.org>
2021-06-13 02:44:14terry.reedylinkissue44405 messages
2021-06-13 02:44:13terry.reedycreate