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

[3.12] gh-102837: more tests for the math module (GH-111930) by skirpichev · Pull Request #112029 · python/cpython · GitHub

/ cpython Public

[3.12] gh-102837: more tests for the math module (GH-111930) - #112029

Closed
skirpichev wants to merge 1 commit into
python:3.12from
skirpichev:backport-c61de45-3.12
Closed

[3.12] gh-102837: more tests for the math module (GH-111930)#112029
skirpichev wants to merge 1 commit into
python:3.12from
skirpichev:backport-c61de45-3.12

Conversation

skirpichev commented Nov 13, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Add tests to improve coverage:

  • fsum: L1369, L1379, L1383, L1412
  • trunc: L2081
  • log: L2267
  • dist: L2577, L2579
  • hypot: L2632
  • sumprod: L2744, L2754, L2774, L2778, L2781, L2785, L2831, L2835, L2838
  • pow: L2982
  • prod: L3294, L3308, L3318-3330

// line numbers wrt to 9dc4fb8
(cherry picked from commit c61de45)

This include fsum tests from #102523

Add tests to improve coverage:

* fsum: L1369, L1379, L1383, L1412
* trunc: L2081
* log: L2267
* dist: L2577, L2579
* hypot: L2632
* sumprod: L2744, L2754, L2774, L2778, L2781, L2785, L2831, L2835, L2838
* pow: L2982
* prod: L3294, L3308, L3318-3330

// line numbers wrt to 9dc4fb8
(cherry picked from commit c61de45)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>

encukou commented Nov 13, 2023

Copy link
Copy Markdown
Member

Oh, I just opened #112030 -- which backports BadDescr and some more tests.
Sorry for the duplicate work!

Copy link
Copy Markdown
Member Author

@encukou, no - I'll close this. Your PR is in a better shape.

skirpichev closed this Nov 13, 2023
skirpichev deleted the backport-c61de45-3.12 branch November 13, 2023 12: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

awaiting review skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL