Closed as not planned
Description
Sometimes input checks are missing (e.g. L989 of math_1 or L1023 of math_1a), sometimes exceptional cases are not tested (e.g. in fsum), some code is just inaccessible (like L3519 in the perm_comb_small() helper). See attached coverage report (for ./python -m test test_math
).
I believe, everything should be tested (except for memory errors and similar special cases).
Linked PRs
- gh-102837: few coverage nitpicks for the math module #102523
- gh-102837: Increase test coverage for the math module #110000
- gh-102837: more tests for the math module #111930
- [3.12] gh-102837: more tests for the math module (GH-111930) #112029
- [3.12] gh-102837: more tests for the math module (GH-111930)(GH-102523) #112030
- [3.11] gh-102837: more tests for the math module (GH-111930)(GH-102523) (GH-112030) #112041