def test_syntax_error_presentation():
    assert 'SyntaxError' in present_exception(SyntaxError(u'Помогите'.encode('cp1251')))
示例#2
0
def test_complex_exc_xmld_ok():
    assert 'Exception' in present_exception(
        Exception(u'Помогите'.encode('cp1251')))
def test_complex_exc_xmld_ok():
    assert 'Exception' in present_exception(Exception(u'Помогите'.encode('cp1251')))
def test_syntax_error_presentation():
    assert 'SyntaxError' in present_exception(SyntaxError(u'Помогите'.encode('cp1251')))