예제 #1
0
 def test_colortohex(self):
     self.assertEquals('ea702a', util.colortohex((234, 112, 42)))
예제 #2
0
def test_colortohex():
    assert 'ea702a' == util.colortohex((234, 112, 42))
예제 #3
0
 def test_colortohex(self):
     self.assertEquals('ea702a', util.colortohex((234, 112, 42)))