call_args This is either None (if the mock hasn’t been called), or the arguments that the mock was last called
__class__ Normally the __class__ attribute of an object will return its type. For a mock object with a spec
@test.support.run_with_locale(catstr, *locales) A decorator for running a function in a different locale, correctly resetting
options A dictionary mapping from option flags to True or False, which is used to override default
assertEqual(first, second, msg=None) Test that first and second are equal. If the values do not compare equal
Creating a white-label OpenSea clone for your business is a great way to take advantage of the many benefits offered by our
test.support.findfile(filename, subdir=None) Return the path to the file named filename. If no match is found filename
addSkip(test, reason) Called when the test case test is skipped. reason is the reason the test gave for skipping
class test.support.WarningsRecorder Class used to record warnings for unit tests. See documentation of check_warnings()
assertGreater(first, second, msg=None) assertGreaterEqual(first, second, msg=None) assertLess(first, second
Page 11 of 28