(self, request)
| 241 | ] |
| 242 | ) |
| 243 | def gap_width_set_fixture(self, request): |
| 244 | barChart_cxml, new_value, expected_barChart_cxml = request.param |
| 245 | bar_plot = BarPlot(element(barChart_cxml), None) |
| 246 | expected_xml = xml(expected_barChart_cxml) |
| 247 | return bar_plot, new_value, expected_xml |
| 248 | |
| 249 | @pytest.fixture( |
| 250 | params=[ |