Exemplo n.º 1
0
 def underline_set_fixture(self, request):
     rPr_cxml, new_value, expected_rPr_cxml = request.param
     font = Font(element(rPr_cxml))
     expected_xml = xml(expected_rPr_cxml)
     return font, new_value, expected_xml
Exemplo n.º 2
0
 def font(self):
     return Font(element('a:rPr'))
Exemplo n.º 3
0
 def underline_get_fixture(self, request):
     rPr_cxml, expected_value = request.param
     font = Font(element(rPr_cxml))
     return font, expected_value