typing.AbstractSet

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

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

id() Return a string identifying the specific test case. This is usually the full name of the test method, including the module

2016-10-07 17:46:26
unittest.TestSuite.addTests()

addTests(tests) Add all the tests from an iterable of TestCase and TestSuite instances to this test

2016-10-07 17:46:39
unittest.TestCase

class unittest.TestCase(methodName='runTest') Instances of the TestCase class represent the logical test units

2016-10-07 17:46:17
doctest.DocTestRunner.report_start()

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

2016-10-07 17:32:10
unittest.mock.call()

unittest.mock.call(*args, **kwargs) call() is a helper object for making simpler assertions, for comparing with

2016-10-07 17:46:06
unittest.TestCase.assertCountEqual()

assertCountEqual(first, second, msg=None) Test that sequence first contains the same elements as second, regardless

2016-10-07 17:46:18
unittest.registerResult()

unittest.registerResult(result) Register a TestResult object for control-c handling. Registering a result stores

2016-10-07 17:46:14
test.support.find_unused_port()

test.support.find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM) Returns an unused port that should be suitable

2016-10-07 17:44:23
test.support.load_package_tests()

test.support.load_package_tests(pkg_dir, loader, standard_tests, pattern) Generic implementation of the

2016-10-07 17:44:24