Message411491
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. |
|
| Date |
User |
Action |
Args |
| 2022-01-24 16:33:39 | christian.heimes | set | recipients:
+ christian.heimes, sobolevn, kj |
| 2022-01-24 16:33:39 | christian.heimes | set | messageid: <1643042019.71.0.113151231289.issue46416@roundup.psfhosted.org> |
| 2022-01-24 16:33:39 | christian.heimes | link | issue46416 messages |
| 2022-01-24 16:33:39 | christian.heimes | create | |
|