From 073fc48afc0cc344026959aa84172a05e8ff29d8 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sun, 30 Jul 2023 11:24:12 +0100 Subject: [PATCH] tests: Remove BlacklistTest stubs (covered by ImporterBlacklistTest) --- tests/responder_test.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tests/responder_test.py b/tests/responder_test.py index d1e65816..1e376078 100644 --- a/tests/responder_test.py +++ b/tests/responder_test.py @@ -198,21 +198,3 @@ class ForwardTest(testlib.RouterMixin, testlib.TestCase): self.assertEqual(2+os_fork, self.router.responder.good_load_module_count) self.assertLess(10000, self.router.responder.good_load_module_size) self.assertGreater(40000, self.router.responder.good_load_module_size) - - -class BlacklistTest(testlib.TestCase): - @unittest.skip('implement me') - def test_whitelist_no_blacklist(self): - assert 0 - - @unittest.skip('implement me') - def test_whitelist_has_blacklist(self): - assert 0 - - @unittest.skip('implement me') - def test_blacklist_no_whitelist(self): - assert 0 - - @unittest.skip('implement me') - def test_blacklist_has_whitelist(self): - assert 0