class documentation

class EtreeElementPathTestCase(HelperTestCase):

View In Hierarchy

Undocumented

Method test​_cache Undocumented
Method test​_find Test find methods (including xpath syntax). Originally copied from 'selftest.py'.
Method test​_tokenizer Undocumented
Method test​_tokenizer​_predicates Undocumented
Method test​_xpath​_tokenizer Undocumented
Method ​_assert​_tokens Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method tear​Down Undocumented
Method ​_rootstring Undocumented
def test_cache(self):

Undocumented

def test_find(self):
Test find methods (including xpath syntax). Originally copied from 'selftest.py'.
def test_tokenizer(self):

Undocumented

def test_tokenizer_predicates(self):

Undocumented

def test_xpath_tokenizer(self):

Undocumented

def _assert_tokens(self, tokens, path, namespaces=None):

Undocumented