Package GChartWrapper :: Module tests :: Class TestChartTypes
[hide private]
[frames] | no frames]

type TestChartTypes

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   TestChartTypes

Extensive unit tests, more are welcome

All methods should be commented and must return a GChart instance as the last line.

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
__init__(self, *a, **kw)
Create an instance of the class that will use the named test method when executed.
source code
 
_test_a_chart(self, rep, chart) source code
 
test_scatter(self) source code
 
test_fancy_radar(self) source code
 
test_omitted_colors(self) source code
 
test_bar_zero(self) source code
 
test_interval(self) source code
 
test_packman(self) source code
 
test_simple(self) source code
 
test_hvz(self) source code
 
test_qr_code(self) source code
 
test_title(self) source code
 
test_line(self) source code
 
test_bar(self) source code
 
test_pie(self) source code
 
test_venn(self) source code
 
test_axes(self) source code
 
test_grid(self) source code
 
test_markers(self) source code
 
test_jacobian(self) source code
 
test_markerfill(self) source code
 
test_fill(self) source code
 
test_legend(self) source code
 
test_legend2(self) source code
 
test_legend_position(self) source code
 
test_multiline(self) source code
 
test_axes_position(self) source code
 
test_guide_intro(self) source code
 
test_guide_granularity_20(self) source code
 
test_guide_granularity_40(self) source code
 
test_guide_granularity_80(self) source code
 
test_guide_granularity_150(self) source code
 
test_guide_granularity_300(self) source code
 
test_guide_line_lc(self) source code
 
test_guide_sparkline(self) source code
 
test_guide_bhs(self) source code
 
test_guide_bvs(self) source code
 
test_guide_bvs_scale(self) source code
 
test_guide_bhg(self) source code
 
test_guide_bvg(self) source code
 
test_guide_chbh_clipped(self) source code
 
test_guide_chbh_size(self) source code
 
test_guide_radar(self) source code
 
test_guide_map(self) source code
 
test_guide_meter(self) source code
 
test_numpy(self) source code
 
test_concentric_pie(self) source code
 
test_financial(self) source code
 
test_bar_text(self) source code
 
test_margins(self) source code
 
test_min_max(self) source code
 
test_text(self) source code
 
test_letter_pin(self) source code
 
test_icon_pin(self) source code
 
test_adv_letter_pin(self) source code
 
test_adv_icon_pin(self) source code
 
test_text_pin(self) source code
 
test_sticky_note(self) source code
 
test_thought_note(self) source code
 
test_weather_note(self) source code
 
test_small_bubble_icon(self) source code
 
test_large_bubble_icon(self) source code
 
test_large_bubble_icon_texts(self) source code
 
test_large_bubble_texts(self) source code
 
test_czech_and_unicode(self) source code
 
test_tick_marks(self) source code
 
test_currency_bar(self) source code
 
test_circle_diamonds(self) source code
 
test_fromstring(self) source code
 
_test_encoding(self, encoding, expected, data, scale) source code
 
test_simple_encode(self) source code
 
test_text_encode(self) source code
 
test_extended_encode(self) 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

Class Variables [hide private]
  all = {'adv_icon_pin': 'b8a2ec08aeb3fb0a839598a82dfba02c7cdc86...
Method Details [hide private]

__init__(self, *a, **kw)
(Constructor)

source code 

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

Overrides: unittest.TestCase.__init__
(inherited documentation)

Class Variable Details [hide private]

all

Value:
{'adv_icon_pin': 'b8a2ec08aeb3fb0a839598a82dfba02c7cdc8638',
 'adv_letter_pin': '97cd7dac85adad57e2cf8209d0795a4f5216cb6a',
 'axes': '6040f894d8e71160b9e87541f7ef9db224efae9c',
 'axes_position': '7d6d5d0fa5565ef3e1069ba91db472484a339696',
 'bar': 'd3251fb77a28a5918955020c745fa435b0f4a314',
 'bar_text': 'c01b4efa34a4850f6888ebcde3d9ee28ba621f85',
 'bar_zero': '94219f27b54883078db0ef744292a40e46de2da7',
 'circle_diamonds': '0e02091bfe03d6cf31704c87de01dea6c47e3717',
...