doctest.Example.options

options A dictionary mapping from option flags to True or False, which is used to override default

2016-10-07 17:32:12
unittest.TestResult.addUnexpectedSuccess()

addUnexpectedSuccess(test) Called when the test case test was marked with the expectedFailure() decorator

2016-10-07 17:46:34
unittest.mock.Mock.assert_called_once_with()

assert_called_once_with(*args, **kwargs) Assert that the mock was called exactly once and with the specified arguments.

2016-10-07 17:46:08
typing.TypeVar

class typing.TypeVar Type variable. Usage:

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

@test.support.anticipate_failure(condition) A decorator to conditionally mark tests with

2016-10-07 17:44:21
test.support.captured_stdin()

test.support.captured_stdin() test.support.captured_stdout() test.support.captured_stderr()

2016-10-07 17:44:22
unittest.mock.Mock.call_args

call_args This is either None (if the mock hasn’t been called), or the arguments that the mock was last called

2016-10-07 17:46:09
unittest.TestResult.failfast

failfast If set to true stop() will be called on the first failure or error, halting the test run.

2016-10-07 17:46:36
doctest.OutputChecker.output_difference()

output_difference(example, got, optionflags) Return a string describing the differences between the expected output for a given

2016-10-07 17:32:13
Setting Up a White-label OpenSea Clone: What You Need to Know

Creating a white-label OpenSea clone for your business is a great way to take advantage of the many benefits offered by our

2023-01-04 11:24:03