ICO, which stands for Initial Coin Offering, is the modern way to raise funds. There are several benefits for entrepreneurs
suiteClass Callable object that constructs a test suite from a list of tests. No methods on the resulting object are needed
called A boolean representing whether or not the mock object has been called:
skipTest(reason) Calling this during a test method or setUp() skips the current test. See Skipping tests
report_success(out, test, example, got) Report that the given example ran successfully. This method is provided to allow subclasses
failures A list containing 2-tuples of TestCase instances and strings holding formatted tracebacks. Each tuple
assertAlmostEqual(first, second, places=7, msg=None, delta=None) assertNotAlmostEqual(first, second, places=7, msg=None, delta=None)
assert_called_with(*args, **kwargs) This method is a convenient way of asserting that calls are made in a particular way:
test.support.captured_stdout() test.support.captured_stderr() A context managers that temporarily replaces the named
test.support.check_warnings(*filters, quiet=True) A convenience wrapper for
Page 21 of 28