assertFalse(expr, msg=None) Test that expr is true (or false). Note that this is equivalent
lineno The line number within the string containing this example where the example begins. This line number is zero-based with
debug() Run the test without collecting the result. This allows exceptions raised by the test to be propagated to the caller
assertGreater(first, second, msg=None) assertGreaterEqual(first, second, msg=None) assertLess(first, second
options A dictionary mapping from option flags to True or False, which is used to override default
class typing.Container(Generic[T_co]) A generic version of
_makeResult() This method returns the instance of TestResult used by run(). It is not intended to
class typing.AbstractSet(Sized, Iterable[T_co], Container[T_co]) A generic version of
class typing.SupportsInt An ABC with one abstract method __int__.
check_output(want, got, optionflags) Return True iff the actual output from an example (got) matches the
Page 12 of 28