| commit | 39f0bb5ad0715dbfc0a2d5dd6d0ddea9e4c65ae2 | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Tue Nov 28 08:11:51 2017 +1000 |
| committer | GitHub <noreply@github.com> | Tue Nov 28 08:11:51 2017 +1000 |
| tree | 6a30f76e8ed1cb65eb731174a0c9ae3d75cc6aa6 | |
| parent | 122fc136b34e11906466851e77bb6959946467ee [diff] |
bpo-32136: Separate embedding tests from C API tests (GH-4567) Some parts of the C API are only relevant to larger applications embedding CPython as a runtime engine. The helpers to test those APIs are already separated out into Programs/_testembed.c, this update moves the associated test cases out into their own dedicated test file.