diff options
Diffstat (limited to 'tests/test_tree.py')
-rw-r--r-- | tests/test_tree.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_tree.py b/tests/test_tree.py index 6f00716..8cbd309 100644 --- a/tests/test_tree.py +++ b/tests/test_tree.py @@ -866,7 +866,6 @@ class TestSubstitutions(SoupTest): self.assertEquals(soup.contents[0].name, 'pre') - class TestEncoding(SoupTest): """Test the ability to encode objects into strings.""" @@ -885,7 +884,6 @@ class TestEncoding(SoupTest): class TestNavigableStringSubclasses(SoupTest): - def test_cdata(self): # None of the current builders turn CDATA sections into CData # objects, but you can create them manually. |