Ejemplo n.º 1
0
 def test_colortohex(self):
     self.assertEquals('ea702a', util.colortohex((234, 112, 42)))
Ejemplo n.º 2
0
def test_colortohex():
    assert 'ea702a' == util.colortohex((234, 112, 42))
Ejemplo n.º 3
0
 def test_colortohex(self):
     self.assertEquals('ea702a', util.colortohex((234, 112, 42)))