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 sobolevn
Recipients christian.heimes, kj, sobolevn
Date 2022-01-24.22:10:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAO_bL1zNxNKC0ebVtsKvGSTwhWN31g77daqqYtW4JQS-gR_JeA@mail.gmail.com>
In-reply-to <1643042019.71.0.113151231289.issue46416@roundup.psfhosted.org>
Content
During this work some people have mentioned that they actually use
`'__main__'` for local debugging of tests.
I don't think that I am familiar enough with the existing workflow to make
any educated decision :)

пн, 24 янв. 2022 г. в 19:34, Christian Heimes <report@bugs.python.org>:

>
> Christian Heimes <lists@cheimes.de> added the comment:
>
> 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.
>
> ----------
> nosy: +christian.heimes
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue46416>
> _______________________________________
>
History
Date User Action Args
2022-01-24 22:10:20sobolevnsetrecipients: + sobolevn, christian.heimes, kj
2022-01-24 22:10:20sobolevnlinkissue46416 messages
2022-01-24 22:10:20sobolevncreate