]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move test_math tests (GH-18098)
authorVictor Stinner <vstinner@python.org>
Tue, 21 Jan 2020 11:48:16 +0000 (12:48 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2020 11:48:16 +0000 (12:48 +0100)
commit59e2d26b258c12f18d8d2e789ef741703d6c52d5
tree036179ccf0b8f83a06a3b521121396674e1ccd03
parent629023c05be24fa2f01c914c739aaa5a61a0304c
Move test_math tests (GH-18098)

testPerm() and testComb() belong to MathTests, not to IsCloseTests().

test_nextafter() and test_ulp() now use assertIsNaN().
Lib/test/test_math.py