imporve covergage ratio

This commit is contained in:
Atsushi Sakai
2019-02-10 20:52:17 +09:00
parent e156fe1e69
commit fa374c7477
20 changed files with 34 additions and 58 deletions

View File

@@ -25,6 +25,6 @@ class Test(TestCase):
m.main()
if __name__ == '__main__':
if __name__ == '__main__': # pragma: no cover
test = Test()
test.test1()