Exemplo n.º 1
0
def test_syntax_error_presentation():
    assert 'SyntaxError' in present_exception(SyntaxError(u'Помогите'.encode('cp1251')))
Exemplo n.º 2
0
def test_complex_exc_xmld_ok():
    assert 'Exception' in present_exception(
        Exception(u'Помогите'.encode('cp1251')))
Exemplo n.º 3
0
def test_complex_exc_xmld_ok():
    assert 'Exception' in present_exception(Exception(u'Помогите'.encode('cp1251')))
Exemplo n.º 4
0
def test_syntax_error_presentation():
    assert 'SyntaxError' in present_exception(SyntaxError(u'Помогите'.encode('cp1251')))