typing.ValuesView
  • References/Python/Python/Development Tools

class typing.ValuesView(MappingView[VT_co]) A generic version of

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

doctest.DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None, setUp=None, tearDown=None, checker=None) Convert

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

class doctest.DocTest(examples, globs, name, filename, lineno, docstring) A collection of doctest examples that should be run

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

addSubTest(test, subtest, outcome) Called when a subtest finishes. test is the test case corresponding to the test

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

want The expected output from running the example’s source code (either from stdout, or a traceback in case of exception). want

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

assertMultiLineEqual(first, second, msg=None) Test that the multiline string first is equal to the string second

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

assertListEqual(first, second, msg=None) assertTupleEqual(first, second, msg=None) Tests that two lists or tuples

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

EnvironmentVarGuard.unset(envvar) Temporarily unset the environment variable envvar.

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

debug() Run the tests associated with this suite without collecting the result. This allows exceptions raised by the test to

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

class typing.ByteString(Sequence[int]) A generic version of

2025-01-10 15:47:30