Skip to content

Commit

Permalink
remove unittest.main in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpabloaj committed Dec 26, 2014
1 parent 4ba3121 commit c8bd365
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ def test_something(self):

def tearDown(self):
pass

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

0 comments on commit c8bd365

Please sign in to comment.