unittest.TestResult.unexpectedSuccesses

unexpectedSuccesses A list containing TestCase instances that were marked as expected failures, but succeeded.

2016-10-07 17:46:38
doctest.DocTest.name

name A string name identifying the DocTest. Typically, this is the name of the object or file that the test was

2016-10-07 17:32:07
unittest.mock.Mock.method_calls

method_calls As well as tracking calls to themselves, mocks also track calls to methods and attributes, and their methods

2016-10-07 17:46:10
typing.ByteString

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

2016-10-07 17:45:54
unittest.TestCase.subTest()

subTest(msg=None, **params) Return a context manager which executes the enclosed code block as a subtest. msg and params

2016-10-07 17:46:29
doctest.testfile()

doctest.testfile(filename, module_relative=True, name=None, package=None, globs=None, verbose=None, report=True, optionflags=0, extraglobs=None, raise_on_error=False

2016-10-07 17:32:14
unittest.TestSuite.countTestCases()

countTestCases() Return the number of tests represented by this test object, including all individual tests and sub-suites.

2016-10-07 17:46:39
unittest.TestResult.startTestRun()

startTestRun() Called once before any tests are executed.

2016-10-07 17:46:37
test.support.EnvironmentVarGuard.unset()

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

2016-10-07 17:44:23
doctest.Example.source

source A string containing the example’s source code. This source code consists of a single Python statement, and always ends

2016-10-07 17:32:12