summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 08:57:24 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 08:57:24 -0500
commitfcb11108f0c7913c0ab0d2f60bbff0f96ca5c16b (patch)
treec3127a3f3ecd0999a245c3b9de27dfa648cfafba
parente68c4b03f72760ff698b41378d70819725dfdcbe (diff)
Clarified wording.
-rw-r--r--tests/test_lxml.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_lxml.py b/tests/test_lxml.py
index 20adc77..ab5b219 100644
--- a/tests/test_lxml.py
+++ b/tests/test_lxml.py
@@ -13,10 +13,10 @@ class TestLXMLBuilder(SoupTest):
Subclass this to test some other tree builder. Subclasses of this
test ensure that all of Beautiful Soup's tree builders generate
- more or less the same trees. It's okay for trees to differ,
- especially when given invalid markup--just override the
- appropriate test method to demonstrate how one tree builder
- differs from the LXML builder.
+ more or less the same trees. It's okay for trees to differ--just
+ override the appropriate test method to demonstrate how one tree
+ builder differs from the LXML builder. But in general, all tree
+ builders should generate trees that make most of these tests pass.
"""
def test_bare_string(self):