In https://devguide.python.org/runtests/, it says:
If you don’t have easy access to a command line, you can run the test suite from a Python or IDLE shell
According to @Haypo in https://bugs.python.org/issue31761#msg304225 this is wrong, it should only be run in command line.
In https://devguide.python.org/runtests/, it says:
According to @Haypo in https://bugs.python.org/issue31761#msg304225 this is wrong, it should only be run in command line.