Skip to content

Commit 4b08919

Browse files
committed
Create errors on purpose
1 parent 9715d21 commit 4b08919

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

allure-pytest/src/helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def decorate_as_description(self, test_description):
2323
allure_description = getattr(pytest.mark, ALLURE_DESCRIPTION_MARK)
2424
return allure_description(test_description)
2525

26+
27+
2628
@allure_commons.hookimpl
2729
def decorate_as_description_html(self, test_description_html):
2830
allure_description_html = getattr(pytest.mark, ALLURE_DESCRIPTION_HTML_MARK)

allure-python-commons/src/_compat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def format_exception_only(etype, value):
5757
lines.append(_format_final_exc_line(stype, value))
5858
return lines
5959

60-
6160
def _format_final_exc_line(etype, value):
6261
"""Return a list of a single line -- normal case for format_exception_only"""
6362
valuestr = _some_str(value)

0 commit comments

Comments
 (0)