test.support.change_cwd(path, quiet=False) A context manager that temporarily changes the current working directory to path
Creating a white-label OpenSea clone for your business is a great way to take advantage of the many benefits offered by our
failfast If set to true stop() will be called on the first failure or error, halting the test run.
tearDownClass() A class method called after tests in an individual class have run. tearDownClass is called with
call_args This is either None (if the mock hasn’t been called), or the arguments that the mock was last called
doctest.testsource(module, name) Convert the doctest for an object to a script. Argument module
get_examples(string, name='') Extract all doctest examples from the given string, and return them as a list of Example
addSkip(test, reason) Called when the test case test is skipped. reason is the reason the test gave for skipping
@unittest.skipIf(condition, reason) Skip the decorated test if condition is true.
debug() Run the test without collecting the result. This allows exceptions raised by the test to be propagated to the caller
Page 11 of 28