class documentation

class EtreeElementPathTestCase(HelperTestCase): (source)

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 tearDown Undocumented
Method _rootstring Undocumented
def test_cache(self): (source)

Undocumented

def test_find(self): (source)

Test find methods (including xpath syntax). Originally copied from 'selftest.py'.

def test_tokenizer(self): (source)

Undocumented

def test_tokenizer_predicates(self): (source)

Undocumented

def test_xpath_tokenizer(self): (source)

Undocumented

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

Undocumented