Beispiel #1
0
 def it_converts_RGB_string_to_upper_case(self, to_xml_fixture):
     value, expected_value = to_xml_fixture
     _value = ST_HexColorRGB.convert_to_xml(value)
     assert _value == expected_value
Beispiel #2
0
 def it_converts_RGB_string_to_upper_case(self, to_xml_fixture):
     value, expected_value = to_xml_fixture
     _value = ST_HexColorRGB.convert_to_xml(value)
     assert _value == expected_value