You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occure INTERNALERROR UnicodeDecodeError when test function decorated with allure.step and in function using assertpy for compare binary data which not equals
#186
Closed
3 tasks
RockBomber opened this issue
Dec 10, 2017
· 0 comments
support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
Occure INTERNALERROR UnicodeDecodeError when test function decorated with allure.step and in function using assertpy for compare binary data which not equals.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
I'm submitting a ...
What is the current behavior?
Occure INTERNALERROR UnicodeDecodeError when test function decorated with allure.step and in function using assertpy for compare binary data which not equals.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
First install assertpy package.
Create file
test_assertpy_error.py
with content:Then run it:
pytest test_assertpy_error.py --alluredir ./areport_assertpy
You will got an error:
What is the expected behavior?
Error should not occur. Allure must handle such case.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: