pygal.test.test_graph module¶
Generate tests for different chart types with different data
-
pygal.test.test_graph.test_empty_lists_with_nones(Chart)[source]¶ Test chart rendering with a None filled serie
-
pygal.test.test_graph.test_multi_render(Chart, datas)[source]¶ Check that a chart always render the same
-
pygal.test.test_graph.test_no_data_with_empty_series(Chart)[source]¶ Test no data for 2 empty series
-
pygal.test.test_graph.test_no_data_with_list_of_none(Chart)[source]¶ Test no data for a None containing serie
-
pygal.test.test_graph.test_no_data_with_lists_of_nones(Chart)[source]¶ Test no data for several None containing series
-
pygal.test.test_graph.test_no_data_with_no_values_with_include_x_axis(Chart)[source]¶ Test no data and include_x_axis
-
pygal.test.test_graph.test_no_data_with_none(Chart)[source]¶ Test no data for a None containing serie
-
pygal.test.test_graph.test_only_one_value_intrp(Chart)[source]¶ Test interpolated chart rendering with only one value