Script execution

This commit is contained in:
2019-12-10 18:23:28 +01:00
parent a240defaac
commit bc4c8fabe0

View File

@@ -1,4 +1,5 @@
import unittest
import ut as unittest
reload(unittest)
class IntegerArithmenticTestCase(unittest.TestCase):
def testAdd(self): ## test method names begin 'test*'