Skip to content

Commit 4fd9cc1

Browse files
Issue python#29156: Remove superfluous pow test.
test_powlong is the same as test_powint. Patch by Lukas Schwaighofer.
2 parents 51b90d2 + 1d54b11 commit 4fd9cc1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_pow.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ def powtest(self, type):
5959
def test_powint(self):
6060
self.powtest(int)
6161

62-
def test_powlong(self):
63-
self.powtest(int)
64-
6562
def test_powfloat(self):
6663
self.powtest(float)
6764

0 commit comments

Comments
 (0)