[issue32136] Move embedding tests to their own test module

Nick Coghlan report at bugs.python.org
Sat Nov 25 23:37:15 EST 2017


New submission from Nick Coghlan <ncoghlan at gmail.com>:

We currently run the runtime embedding tests as a subsection of "test_capi".

I'm thinking it may make more sense to clearly separate them out as their own CPython-only test file, "test_runtime_embedding".

I'm also thinking we should add a new "Runtime embedding" entry to the experts index, with myself, Victor Stinner, Eric Snow, and Steve Dower as the initial members.

----------
components: Tests
messages: 306988
nosy: eric.snow, ncoghlan, steve.dower, vstinner
priority: normal
severity: normal
stage: needs patch
status: open
title: Move embedding tests to their own test module
type: enhancement
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32136>
_______________________________________


More information about the Python-bugs-list mailing list