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

[3.13] gh-109218: Refactor tests for the complex() constructor (GH-119635) by miss-islington · Pull Request #119795 · python/cpython · GitHub

/ cpython Public

[3.13] gh-109218: Refactor tests for the complex() constructor (GH-119635) - #119795

Merged
serhiy-storchaka merged 3 commits into
python:3.13from
miss-islington:backport-bf098d4-3.13
Aug 9, 2024
Merged

[3.13] gh-109218: Refactor tests for the complex() constructor (GH-119635)#119795
serhiy-storchaka merged 3 commits into
python:3.13from
miss-islington:backport-bf098d4-3.13

Conversation

miss-islington commented May 30, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor
  • Share common classes.
  • Use exactly representable floats and exact tests.
  • Check the sign of zero components.
  • Remove duplicated tests (mostly left after merging int and long).
  • Reorder tests in more consistent way.
  • Test more error messages.
  • Add tests for missed cases.
    (cherry picked from commit bf098d4)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…GH-119635)

* Share common classes.
* Use exactly representable floats and exact tests.
* Check the sign of zero components.
* Remove duplicated tests (mostly left after merging int and long).
* Reorder tests in more consistent way.
* Test more error messages.
* Add tests for missed cases.
(cherry picked from commit bf098d4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
hugovk disabled auto-merge August 9, 2024 14:04

hugovk commented Aug 9, 2024
edited
Loading

Copy link
Copy Markdown
Member

@serhiy-storchaka You enabled auto-merge on this, but for some reason the "Tests / Windows (free-threading) / build (arm64)" CI failed, so it didn't merge.

Unfortunately the logs have since expired, maybe it was just a temporary thing. I've merged in main to restart the CI.

I've also disabled auto-merge, because 3.13 is in the RC phase and I'll let you make a fresh decision whether it can be merged now.

hugovk commented Aug 9, 2024

Copy link
Copy Markdown
Member

CI passed now. I think it probably could go into 3.13, it's only changing test files.

serhiy-storchaka merged commit 013752c into python:3.13 Aug 9, 2024

Copy link
Copy Markdown
Member

Thank you @hugovk for noticing this.

miss-islington deleted the backport-bf098d4-3.13 branch January 2, 2026 18:39
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

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL