]> granicus.if.org Git - python/commit
bpo-32136: Separate embedding tests from C API tests (GH-4567)
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 27 Nov 2017 22:11:51 +0000 (08:11 +1000)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2017 22:11:51 +0000 (08:11 +1000)
commit39f0bb5ad0715dbfc0a2d5dd6d0ddea9e4c65ae2
tree6a30f76e8ed1cb65eb731174a0c9ae3d75cc6aa6
parent122fc136b34e11906466851e77bb6959946467ee
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.
Lib/test/test_capi.py
Lib/test/test_embed.py [new file with mode: 0644]
Misc/NEWS.d/next/Tests/2017-11-26-17-11-27.bpo-32136.Y11luJ.rst [new file with mode: 0644]