From 8d5da528e14cc00278e8c6b57128ea92ae682f89 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Wed, 1 Feb 2012 14:33:19 -0500 Subject: Removed test that we can't really test anymore. --- bs4/tests/test_builder_registry.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bs4/tests/test_builder_registry.py b/bs4/tests/test_builder_registry.py index 860639d..4a60bc1 100644 --- a/bs4/tests/test_builder_registry.py +++ b/bs4/tests/test_builder_registry.py @@ -51,10 +51,6 @@ class BuiltInRegistryTest(unittest.TestCase): self.assertEqual(registry.lookup('html.parser'), HTMLParserTreeBuilder) - def test_unimplemented_combinations(self): - self.assertEqual(registry.lookup('fast', 'permissive', 'html'), - None) - def test_beautifulsoup_constructor_does_lookup(self): # You can pass in a string. BeautifulSoup("", features="html") -- cgit v1.2.3