Lines Matching +defs:test +defs:module
190 def _normalize_module(module, depth=2): argument
391 def _module_relative_path(module, path): argument
841 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument
934 def _from_module(self, module, object): argument
954 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
1017 def _get_test(self, obj, name, module, globs, source_lines): argument
1202 def report_start(self, out, test, example): argument
1215 def report_success(self, out, test, example, got): argument
1223 def report_failure(self, out, test, example, got): argument
1230 def report_unexpected_exception(self, out, test, example, exc_info): argument
1237 def _failure_header(self, test, example): argument
1257 def __run(self, test, compileflags, out): argument
1380 def __record_outcome(self, test, f, t): argument
1404 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1680 def __init__(self, test, example, got): argument
1699 def __init__(self, test, example, exc_info): argument
1798 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1804 def report_unexpected_exception(self, out, test, example, exc_info): argument
1807 def report_failure(self, out, test, example, got): argument
2107 def rundoc(self, object, name=None, module=None): argument
2116 def rundict(self, d, name, module=None): argument
2180 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
2342 def __init__(self, module): argument
2358 def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None, argument
2629 def testsource(module, name): argument
2682 def debug(module, name, pm=False): argument