unittest.TestCase.assertFalse()
  • References/Python/Python/Development Tools

assertFalse(expr, msg=None) Test that expr is true (or false). Note that this is equivalent

2025-01-10 15:47:30
doctest.Example.lineno
  • References/Python/Python/Development Tools

lineno The line number within the string containing this example where the example begins. This line number is zero-based with

2025-01-10 15:47:30
unittest.TestCase.debug()
  • References/Python/Python/Development Tools

debug() Run the test without collecting the result. This allows exceptions raised by the test to be propagated to the caller

2025-01-10 15:47:30
unittest.TestCase.assertGreater()
  • References/Python/Python/Development Tools

assertGreater(first, second, msg=None) assertGreaterEqual(first, second, msg=None) assertLess(first, second

2025-01-10 15:47:30
doctest.Example.options
  • References/Python/Python/Development Tools

options A dictionary mapping from option flags to True or False, which is used to override default

2025-01-10 15:47:30
typing.Container
  • References/Python/Python/Development Tools

class typing.Container(Generic[T_co]) A generic version of

2025-01-10 15:47:30
unittest.TextTestRunner.
  • References/Python/Python/Development Tools

_makeResult() This method returns the instance of TestResult used by run(). It is not intended to

2025-01-10 15:47:30
typing.AbstractSet
  • References/Python/Python/Development Tools

class typing.AbstractSet(Sized, Iterable[T_co], Container[T_co]) A generic version of

2025-01-10 15:47:30
typing.SupportsInt
  • References/Python/Python/Development Tools

class typing.SupportsInt An ABC with one abstract method __int__.

2025-01-10 15:47:30
doctest.OutputChecker.check_output()
  • References/Python/Python/Development Tools

check_output(want, got, optionflags) Return True iff the actual output from an example (got) matches the

2025-01-10 15:47:30