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

gh-93649: Move _testcapi tests to specific files by vstinner · Pull Request #129544 · python/cpython · GitHub

/ cpython Public

gh-93649: Move _testcapi tests to specific files - #129544

Merged
vstinner merged 2 commits into
python:mainfrom
vstinner:testcapi_split2
Feb 1, 2025
Merged

gh-93649: Move _testcapi tests to specific files#129544
vstinner merged 2 commits into
python:mainfrom
vstinner:testcapi_split2

Conversation

vstinner commented Feb 1, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Move many functions from _testcapimodule.c into more specific files in Modules/_testcapi/.

In moved code:

  • Replace get_testerror() with PyExc_AssertionError.
  • Replace raiseTestError() with PyErr_Format(PyExc_AssertionError, ...).

Move many functions from _testcapimodule.c into more specific files
in Modules/_testcapi/.

In moved code:

* Replace get_testerror() with PyExc_AssertionError.
* Replace raiseTestError() with
  PyErr_Format(PyExc_AssertionError, ...).
vstinner merged commit 71ae933 into python:main Feb 1, 2025
vstinner deleted the testcapi_split2 branch February 1, 2025 12:39
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Feb 7, 2025
Move many functions from _testcapimodule.c into more specific files
in Modules/_testcapi/.

In moved code:

* Replace get_testerror() with PyExc_AssertionError.
* Replace raiseTestError() with
  PyErr_Format(PyExc_AssertionError, ...).
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL