mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
combine two tests to avoid duplicate names (closes #19116)
This commit is contained in:
parent
e8c8a592e7
commit
db0601f871
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ class ComplexTest(unittest.TestCase):
|
|||
# FIXME: The following currently crashes on Alpha
|
||||
# self.assertRaises(OverflowError, pow, 1e200+1j, 1e200+1j)
|
||||
|
||||
def test_truediv(self):
|
||||
self.assertAlmostEqual(complex.__truediv__(2+0j, 1+1j), 1-1j)
|
||||
self.assertRaises(ZeroDivisionError, complex.__truediv__, 1+1j, 0+0j)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue