コード例 #1
0
def test_syntax_error_presentation():
    assert 'SyntaxError' in present_exception(SyntaxError(u'Помогите'.encode('cp1251')))
コード例 #2
0
ファイル: test_cyrillics.py プロジェクト: dchr/allure-python
def test_complex_exc_xmld_ok():
    assert 'Exception' in present_exception(
        Exception(u'Помогите'.encode('cp1251')))
コード例 #3
0
def test_complex_exc_xmld_ok():
    assert 'Exception' in present_exception(Exception(u'Помогите'.encode('cp1251')))
コード例 #4
0
def test_syntax_error_presentation():
    assert 'SyntaxError' in present_exception(SyntaxError(u'Помогите'.encode('cp1251')))