commit | 59e2d26b258c12f18d8d2e789ef741703d6c52d5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jan 21 12:48:16 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Jan 21 12:48:16 2020 +0100 |
tree | 036179ccf0b8f83a06a3b521121396674e1ccd03 | |
parent | 629023c05be24fa2f01c914c739aaa5a61a0304c [diff] |
Move test_math tests (GH-18098) testPerm() and testComb() belong to MathTests, not to IsCloseTests(). test_nextafter() and test_ulp() now use assertIsNaN().