◐ Shell
clean mode source ↗

Message 411491 - Python tracker

Message411491

Author christian.heimes
Recipients christian.heimes, kj, sobolevn
Date 2022-01-24.16:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643042019.71.0.113151231289.issue46416@roundup.psfhosted.org>
In-reply-to
Content
I noticed that you have been looking into the __main__ block of test modules. Wouldn't it make more sense to just remove the __main__ and have all tests go through regrtest? Everybody should use

   ./python -m regrtest test_typing

or the Windows equivalent to run typing tests.
History
Date User Action Args
2022-01-24 16:33:39christian.heimessetrecipients: + christian.heimes, sobolevn, kj
2022-01-24 16:33:39christian.heimessetmessageid: <1643042019.71.0.113151231289.issue46416@roundup.psfhosted.org>
2022-01-24 16:33:39christian.heimeslinkissue46416 messages
2022-01-24 16:33:39christian.heimescreate