Lines Matching +defs:example +defs:test
1239 def report_start(self, out, test, example): argument
1252 def report_success(self, out, test, example, got): argument
1260 def report_failure(self, out, test, example, got): argument
1267 def report_unexpected_exception(self, out, test, example, exc_info): argument
1274 def _failure_header(self, test, example): argument
1294 def __run(self, test, compileflags, out): argument
1419 def __record_outcome(self, test, f, t): argument
1440 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1683 def output_difference(self, example, got, optionflags): argument
1740 def __init__(self, test, example, got): argument
1759 def __init__(self, test, example, exc_info): argument
1858 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1864 def report_unexpected_exception(self, out, test, example, exc_info): argument
1867 def report_failure(self, out, test, example, got): argument
2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument