Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit e7e6892

Browse files
committed
Add unittest.main call.
1 parent c0e0fb4 commit e7e6892

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ def test_all(self):
112112
self.assertEqual(failures[file2][4].message,
113113
'Could not find a newline character at the end of the file. '
114114
'[whitespace/ending_newline] [5]')
115+
116+
if __name__ == '__main__':
117+
unittest.main()

0 commit comments

Comments
 (0)