Skip to content

Commit

Permalink
[test/test_all.py] add script to test all
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoyama1623-2021 committed Feb 27, 2017
1 parent 9b5533d commit b16616c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test_all.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/python
#-*- coding:utf-8 -*-
import unittest
from test_log_parser import *

if __name__ == '__main__':
unittest.main(verbosity=2)

0 comments on commit b16616c

Please sign in to comment.