[Lxml-checkins] r41008 - lxml/trunk/src/lxml/tests
scoder at codespeak.net
scoder at codespeak.net
Thu Mar 22 08:31:16 CET 2007
Author: scoder
Date: Thu Mar 22 08:31:15 2007
New Revision: 41008
Modified:
lxml/trunk/src/lxml/tests/test_objectify.py
Log:
doc cleanup
Modified: lxml/trunk/src/lxml/tests/test_objectify.py
==============================================================================
--- lxml/trunk/src/lxml/tests/test_objectify.py (original)
+++ lxml/trunk/src/lxml/tests/test_objectify.py Thu Mar 22 08:31:15 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 specific to the lxml.objectify API
"""
@@ -28,7 +25,7 @@
</obj:root>'''
class ObjectifyTestCase(HelperTestCase):
- """Test cases for lxml.elementlib.objectify
+ """Test cases for lxml.objectify
"""
etree = etree
More information about the lxml-checkins
mailing list