Skip to content

Commit

Permalink
Merge pull request #46 from juanpabloaj/without_unittest_main
Browse files Browse the repository at this point in the history
remove unittest.main in test file
  • Loading branch information
audreyfeldroy committed Aug 4, 2015
2 parents bd021bd + c8bd365 commit e60cd83
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -23,6 +23,3 @@ def test_something(self):

def tearDown(self):
pass

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

0 comments on commit e60cd83

Please sign in to comment.