Script execution
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import unittest
|
import ut as unittest
|
||||||
|
reload(unittest)
|
||||||
|
|
||||||
class IntegerArithmenticTestCase(unittest.TestCase):
|
class IntegerArithmenticTestCase(unittest.TestCase):
|
||||||
def testAdd(self): ## test method names begin 'test*'
|
def testAdd(self): ## test method names begin 'test*'
|
||||||
|
|||||||
Reference in New Issue
Block a user