Skip to content

Commit 073fc48

Browse files
committed
tests: Remove BlacklistTest stubs (covered by ImporterBlacklistTest)
1 parent e0de4d3 commit 073fc48

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/responder_test.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -198,21 +198,3 @@ def test_stats(self):
198198
self.assertEqual(2+os_fork, self.router.responder.good_load_module_count)
199199
self.assertLess(10000, self.router.responder.good_load_module_size)
200200
self.assertGreater(40000, self.router.responder.good_load_module_size)
201-
202-
203-
class BlacklistTest(testlib.TestCase):
204-
@unittest.skip('implement me')
205-
def test_whitelist_no_blacklist(self):
206-
assert 0
207-
208-
@unittest.skip('implement me')
209-
def test_whitelist_has_blacklist(self):
210-
assert 0
211-
212-
@unittest.skip('implement me')
213-
def test_blacklist_no_whitelist(self):
214-
assert 0
215-
216-
@unittest.skip('implement me')
217-
def test_blacklist_has_whitelist(self):
218-
assert 0

0 commit comments

Comments
 (0)