mirror of
https://github.com/python/cpython.git
synced 2026-07-26 03:43:11 -04:00
deaa8dee48
Add tests for functions corresponding to the str class methods.
Tests in this directory are compiled into the _testcapi extension. The main file for the extension is Modules/_testcapimodule.c, which calls `_PyTestCapi_Init_*` from these functions.