Package lxml :: Module doctestcompare :: Class LHTMLOutputChecker
[show private | hide private]
[frames | no frames]

Class LHTMLOutputChecker

OutputChecker --+    
                |    
LXMLOutputChecker --+
                    |
                   LHTMLOutputChecker


Method Summary
  get_default_parser(self)
    Inherited from LXMLOutputChecker
  check_output(self, want, got, optionflags)
Return True iff the actual output from an example (got) matches the expected output (want).
  collect_diff(self, want, got, html, indent)
  collect_diff_end_tag(self, want, got)
  collect_diff_tag(self, want, got)
  collect_diff_text(self, want, got, strip)
  compare_docs(self, want, got)
  format_doc(self, doc, html, indent, prefix)
  format_end_tag(self, el)
  format_tag(self, el)
  format_text(self, text, strip)
  get_parser(self, want, got, optionflags)
  html_empty_tag(self, el, html)
  output_difference(self, example, got, optionflags)
Return a string describing the differences between the expected output for a given example (example) and the actual output (got).
  text_compare(self, want, got, strip)

Class Variable Summary
    Inherited from LXMLOutputChecker
tuple empty_tags = ('param', 'img', 'area', 'br', 'basefont', ...

Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 http://epydoc.sf.net