Issue #29156: Remove superfluous pow test.
test_powlong is the same as test_powint. Patch by Lukas Schwaighofer.
This commit is contained in:
commit
4fd9cc14b4
|
@ -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…
Reference in New Issue