test auto build

This commit is contained in:
joe 2021-03-11 15:10:22 +08:00
parent d7e2728ff7
commit 301b88acf0

View file

@ -45,4 +45,5 @@ class TestCalc(unittest.TestCase):
self.assertEqual(result, 'abc5.5')
if __name__ == '__main__':
# trigger test
unittest.main()