[Lxml-checkins] r48099 - lxml/trunk/src/lxml/tests
scoder at codespeak.net
scoder at codespeak.net
Sat Oct 27 10:36:25 CEST 2007
Author: scoder
Date: Sat Oct 27 10:36:24 2007
New Revision: 48099
Modified:
lxml/trunk/src/lxml/tests/test_classlookup.py
Log:
doc fixes
Modified: lxml/trunk/src/lxml/tests/test_classlookup.py
==============================================================================
--- lxml/trunk/src/lxml/tests/test_classlookup.py (original)
+++ lxml/trunk/src/lxml/tests/test_classlookup.py Sat Oct 27 10:36:24 2007
@@ -1,10 +1,7 @@
# -*- coding: utf-8 -*-
"""
-Tests specific to the extended etree API
-
-Tests that apply to the general ElementTree API should go into
-test_elementtree
+Tests for different Element class lookup mechanisms.
"""
@@ -23,7 +20,7 @@
</root>'''
class ClassLookupTestCase(HelperTestCase):
- """Test cases for lxml.elementlib.classlookup
+ """Test cases for different Element class lookup mechanisms.
"""
etree = etree
More information about the lxml-checkins
mailing list