◐ Shell
clean mode source ↗

Message 411522 - Python tracker

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>
> _______________________________________
>