|
|
|
check_output(self,
want,
got,
optionflags)
Return True iff the actual output from an example (got )
matches the expected output (want ). |
source code
|
|
|
|
|
|
|
|
|
|
|
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 ). |
source code
|
|
|
|
|
format_doc(self,
doc,
html,
indent,
prefix='
' ) |
source code
|
|
|
|
|
|
|
|
|
collect_diff(self,
want,
got,
html,
indent) |
source code
|
|
|
|
|
|
|
collect_diff_text(self,
want,
got,
strip=True) |
source code
|
|