mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #29156: Remove superfluous pow test.
test_powlong is the same as test_powint. Patch by Lukas Schwaighofer.
This commit is contained in:
parent
21fe721345
commit
1d54b114c5
1 changed files with 0 additions and 3 deletions
|
@ -59,9 +59,6 @@ class PowTest(unittest.TestCase):
|
|||
def test_powint(self):
|
||||
self.powtest(int)
|
||||
|
||||
def test_powlong(self):
|
||||
self.powtest(int)
|
||||
|
||||
def test_powfloat(self):
|
||||
self.powtest(float)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue