We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0de4d3 commit 073fc48Copy full SHA for 073fc48
tests/responder_test.py
@@ -198,21 +198,3 @@ def test_stats(self):
198
self.assertEqual(2+os_fork, self.router.responder.good_load_module_count)
199
self.assertLess(10000, self.router.responder.good_load_module_size)
200
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
209
- def test_whitelist_has_blacklist(self):
210
211
212
213
- def test_blacklist_no_whitelist(self):
214
215
216
217
- def test_blacklist_has_whitelist(self):
218
0 commit comments