FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add missing step to C API tests instructions by encukou · Pull Request #990 · python/devguide · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
5 changes: 5 additions & 0 deletions developer-workflow/c-api.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ To add a new set of tests (or extract a set out of the monolithic
- Call the ``_PyTestCapi_Init_*`` from ``PyInit__testcapi`` in
``Modules/_testcapimodule.c``.

- Add the new C file to :cpy-file:`Modules/Setup.stdlib.in`,
:cpy-file:`PCbuild/_testcapi.vcxproj` and
:cpy-file:`PCbuild/_testcapi.vcxproj.filters`,
Comment thread
erlend-aasland marked this conversation as resolved.
alongside the other ``_testcapi/*.c`` entries.

Note that all ``Modules/_testcapi/*.c`` sources initialize the same module,
so be careful about name collisions.

Expand Down

Back | FazBrowse Home | New Git URL