typing.SupportsInt

class typing.SupportsInt An ABC with one abstract method __int__.

2016-10-07 17:45:59
test.support.make_bad_fd()

test.support.make_bad_fd() Create an invalid file descriptor by opening and closing a temporary file, and returning its descriptor

2016-10-07 17:44:24
unittest.TestCase.failureException

failureException This class attribute gives the exception raised by the test method. If a test framework needs to use a specialized

2016-10-07 17:46:26
doctest.testmod()

doctest.testmod(m=None, name=None, globs=None, verbose=None, report=True, optionflags=0, extraglobs=None, raise_on_error=False, exclude_empty=False)

2016-10-07 17:32:15
unittest.removeResult()

unittest.removeResult(result) Remove a registered result. Once a result has been removed then stop() will no longer

2016-10-07 17:46:15
unittest.TestCase.assertNotIn()

assertNotIn(first, second, msg=None) Test that first is (or is not) in second.

2016-10-07 17:46:22
unittest.TestResult.expectedFailures

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

2016-10-07 17:46:35
unittest.TestResult.startTest()

startTest(test) Called when the test case test is about to be run.

2016-10-07 17:46:37
unittest.TestResult.addSubTest()

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

2016-10-07 17:46:34
How Does ICO Development Help Entrepreneurs?

ICO, which stands for Initial Coin Offering, is the modern way to raise funds. There are several benefits for entrepreneurs

2022-11-23 13:07:30