report_unexpected_exception(out, test, example, exc_info) Report that the given example raised an unexpected exception. This
_makeResult() This method returns the instance of TestResult used by run(). It is not intended to
test.support.temp_cwd(name='tempcwd', quiet=False) A context manager that temporarily creates a new directory and changes the
assertNotEqual(first, second, msg=None) Test that first and second are not equal. If the values do compare
tearDown() Method called immediately after the test method has been called and the result recorded. This is called even if the
assertNotRegex(text, regex, msg=None) Test that a regex search matches (or does not match) text. In case of
class typing.Callable Callable type; Callable[[int], str] is a function of (int) -> str. The
The latest trend in white
class typing.Text Text is an alias for str. It is provided to supply a forward compatible path for
test.support.can_symlink() Return True if the OS supports symbolic links, False otherwise.
Page 16 of 28