Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit f4ddd98

Browse files
committed
Added unittest.main call
1 parent a8507a8 commit f4ddd98

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
@@ -50,3 +50,6 @@ def test_all(self):
5050
self.assertEqual(errors[file2][1].line, 4)
5151
self.assertEqual(errors[file2][1].message,
5252
"Array 'a[10]' accessed at index 10, which is out of bounds.")
53+
54+
if __name__ == '__main__':
55+
unittest.main()

0 commit comments

Comments
 (0)