]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move test_math tests (GH-18098) (GH-18102)
authorVictor Stinner <vstinner@python.org>
Tue, 21 Jan 2020 14:04:33 +0000 (15:04 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2020 14:04:33 +0000 (15:04 +0100)
commitf4e3e1c4d410a8f98ee300eddce77922e04592eb
treeaacdf493ffbcb3e4d25c1c028024ffcb2736a6cd
parentab0d8e356ecd351d55f89519a6a97a1e69c0dfab
Move test_math tests (GH-18098) (GH-18102)

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

(cherry picked from commit 59e2d26b258c12f18d8d2e789ef741703d6c52d5)
Lib/test/test_math.py