Skip to content

Commit 4bf51f2

Browse files
author
whitie
committed
Fixed test.py.
1 parent 273bf45 commit 4bf51f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def test_ean8(self):
114114

115115

116116
if __name__ == '__main__':
117-
unittest.main()
118117
test()
119118
print('\nNow open {htmlfile} in your browser.'.format(htmlfile=HTMLFILE))
119+
unittest.main()
120+

0 commit comments

Comments
 (0)