From 301b88acf0660889b68c26eb4a6d37ecfbf28da6 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 11 Mar 2021 15:10:22 +0800 Subject: [PATCH] test auto build --- sources/test_calc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/test_calc.py b/sources/test_calc.py index 130f9f7..e442f72 100644 --- a/sources/test_calc.py +++ b/sources/test_calc.py @@ -45,4 +45,5 @@ class TestCalc(unittest.TestCase): self.assertEqual(result, 'abc5.5') if __name__ == '__main__': + # trigger test unittest.main()