Exemplo n.º 1
0
def returns_error():
    return sass.SassError('This is an error')
Exemplo n.º 2
0
 def test_sass_error_conversion(self):
     err = sass.SassError(b'error msg')
     assert type(err.msg) is text_type, type(err.msg)