Skip to content

Commit

Permalink
Remove __main__ in test/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
twidi committed Jan 29, 2018
1 parent 33f1593 commit e21a27d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@ def test_assert_count_key_is_ok(self):
self.assertEqual(self.count_keys(), 0)
self.connection.set('__test__', '__test__')
self.assertEqual(self.count_keys(), 1)


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

0 comments on commit e21a27d

Please sign in to comment.