Package lxml :: Package tests :: Module test_classlookup
[hide private]
[frames] | no frames]

Module test_classlookup

source code

Tests specific to the extended etree API

Tests that apply to the general ElementTree API should go into test_elementtree

Classes [hide private]
  ClassLookupTestCase
Test cases for lxml.elementlib.classlookup
Functions [hide private]
 
test_suite() source code
Variables [hide private]
  xml_str = '<root xmlns="myNS" xmlns:other="otherNS">\n <c1 a1...
Variables Details [hide private]

xml_str

Value:
'''<root xmlns="myNS" xmlns:other="otherNS">
  <c1 a1="A1" a2="A2" other:a3="A3">
    <c2 a1="C2">0</c2>
    <c2>1</c2>
    <other:c2>2</other:c2>
  </c1>
</root>'''