Skip to content

Commit

Permalink
[py util] nosetests on Travis for some reason does not find any tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Feb 11, 2017
1 parent a717ac7 commit 7f21354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ def _test_measure_performance(self):
process = Popen(['measure_performance', 'ls', '10'], stdout=PIPE, stderr=PIPE)
stdout, stderr = process.communicate()
self.assertTrue(stderr, '')

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

0 comments on commit 7f21354

Please sign in to comment.