unittest.TestCase.assertIsNone()

assertIsNone(expr, msg=None) assertIsNotNone(expr, msg=None) Test that expr is (or is not) None.

2016-10-07 17:46:20
test.support.is_resource_enabled()

test.support.is_resource_enabled(resource) Return True if resource is enabled and available. The list

2016-10-07 17:44:24
unittest.TestCase.assertAlmostEqual()

assertAlmostEqual(first, second, places=7, msg=None, delta=None) assertNotAlmostEqual(first, second, places=7, msg=None, delta=None)

2016-10-07 17:46:17
doctest.UnexpectedException.test

UnexpectedException.test The DocTest object that was being run when the example failed.

2016-10-07 17:32:16
typing.ValuesView

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

2016-10-07 17:46:00
doctest.DocTestSuite()

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

2016-10-07 17:32:11
unittest.TestCase.setUp()

setUp() Method called to prepare the test fixture. This is called immediately before calling the test method; other than

2016-10-07 17:46:28
test.support.check_warnings()

test.support.check_warnings(*filters, quiet=True) A convenience wrapper for

2016-10-07 17:44:23
unittest.TestResult.stopTest()

stopTest(test) Called after the test case test has been executed, regardless of the outcome.

2016-10-07 17:46:37
unittest.TestResult.errors

errors A list containing 2-tuples of TestCase instances and strings holding formatted tracebacks. Each tuple represents

2016-10-07 17:46:35