ICO, which stands for Initial Coin Offering, is the modern way to raise funds. There are several benefits for entrepreneurs
stopTest(test) Called after the test case test has been executed, regardless of the outcome.
startTest(test) Called when the test case test is about to be run.
longMessage If set to True then any explicit failure message you pass in to the assert methods will
assertTupleEqual(first, second, msg=None) Tests that two lists or tuples are equal. If not, an error message is constructed
suiteClass Callable object that constructs a test suite from a list of tests. No methods on the resulting object are needed
skipTest(reason) Calling this during a test method or setUp() skips the current test. See Skipping tests
assertAlmostEqual(first, second, places=7, msg=None, delta=None) assertNotAlmostEqual(first, second, places=7, msg=None, delta=None)
records A list of
lineno The line number within filename where this DocTest begins, or None if the line
Page 19 of 28