All methods should be commented and must return a GChart instance as
the last line.
|
__init__(self,
*a,
**kw)
Create an instance of the class that will use the named test method
when executed. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_test_encoding(self,
encoding,
expected,
data,
scale) |
source code
|
|
|
|
|
|
|
|
Inherited from unittest.TestCase :
__call__ ,
__repr__ ,
__str__ ,
assertAlmostEqual ,
assertAlmostEquals ,
assertEqual ,
assertEquals ,
assertFalse ,
assertNotAlmostEqual ,
assertNotAlmostEquals ,
assertNotEqual ,
assertNotEquals ,
assertRaises ,
assertTrue ,
assert_ ,
countTestCases ,
debug ,
defaultTestResult ,
fail ,
failIf ,
failIfAlmostEqual ,
failIfEqual ,
failUnless ,
failUnlessAlmostEqual ,
failUnlessEqual ,
failUnlessRaises ,
id ,
run ,
setUp ,
shortDescription ,
tearDown
Inherited from unittest.TestCase (private):
_exc_info
|