Esempio n. 1
0
 def test_to_hex_string_should_create_six_digit_hex_value(self):
     color = Color(0xfab)
     self.assertEquals("000fab", color.to_hex_string())
Esempio n. 2
0
 def test_to_hex_string_should_create_six_digit_hex_value(self):
     color = Color(0xfab)
     self.assertEqual("000fab", color.to_hex_string())