def test_colortohex(self): self.assertEquals('ea702a', util.colortohex((234, 112, 42)))
def test_colortohex(): assert 'ea702a' == util.colortohex((234, 112, 42))