mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #28303: Merge from 3.5
This commit is contained in:
commit
eadf443e9a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Simple usage:
|
|||
import unittest
|
||||
|
||||
class IntegerArithmeticTestCase(unittest.TestCase):
|
||||
def testAdd(self): ## test method names begin 'test*'
|
||||
def testAdd(self): # test method names begin with 'test'
|
||||
self.assertEqual((1 + 2), 3)
|
||||
self.assertEqual(0 + 1, 1)
|
||||
def testMultiply(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue