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
doctest.UnexpectedException
  • References/Python/Python/Development Tools

exception doctest.UnexpectedException(test, example, exc_info) An exception raised by DocTestRunner to signal that

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

report_unexpected_exception(out, test, example, exc_info) Report that the given example raised an unexpected exception. This

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

assertNotEqual(first, second, msg=None) Test that first and second are not equal. If the values do compare

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

class typing.Set(set, MutableSet[T]) A generic version of

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

class doctest.Example(source, want, exc_msg=None, lineno=0, indent=0, options=None) A single interactive example, consisting

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

shouldStop Set to True when the execution of tests should stop by stop().

2025-01-10 15:47:30
test.support.EnvironmentVarGuard.set()
  • References/Python/Python/Development Tools

EnvironmentVarGuard.set(envvar, value) Temporarily set the environment variable envvar to the value of value

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

assertNotRegex(text, regex, msg=None) Test that a regex search matches (or does not match) text. In case of

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

report_start(out, test, example) Report that the test runner is about to process the given example. This method is provided

2025-01-10 15:47:30