mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Add pass to empty methods
This commit is contained in:
parent
60ac0a1a17
commit
ba69969057
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue