mirror of https://github.com/fail2ban/fail2ban
Add `pass` to empty methods
parent
7d0700b6f8
commit
a8f057eab7
|
@ -38,6 +38,7 @@ class AddFailure(unittest.TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
"""Call after every test case."""
|
||||
pass
|
||||
|
||||
def testAdd(self):
|
||||
self.assertEqual(self.__banManager.size(), 1)
|
||||
|
@ -68,6 +69,7 @@ class StatusExtendedCymruInfo(unittest.TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
"""Call after every test case."""
|
||||
pass
|
||||
|
||||
def testCymruInfo(self):
|
||||
cymru_info = self.__banManager.getBanListExtendedCymruInfo()
|
||||
|
|
Loading…
Reference in New Issue