From bc4c8fabe0cc3718fec39f686dff9212f8ff0dd1 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 10 Dec 2019 18:23:28 +0100 Subject: [PATCH] Script execution --- script/UnitTest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/UnitTest.py b/script/UnitTest.py index 6b9fd8c..5c4071d 100644 --- a/script/UnitTest.py +++ b/script/UnitTest.py @@ -1,4 +1,5 @@ -import unittest +import ut as unittest +reload(unittest) class IntegerArithmenticTestCase(unittest.TestCase): def testAdd(self): ## test method names begin 'test*'