How is Python itself tested? Not, "How do I write unit tests in Python?" but "Where is the compliance suite against which CPython, Pypy, and so on run tests to assert they're Python version-X.Y conformant?"
The python website mentions pythontest.net, but that appears to be just a target for test facilities, not part of or a resource for the compliance suite itself.
The CPython source code includes a test suite that is considered to be the compliance suite. This suite is used to test other Python implementations, see for example:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With