I'm submitting a ...
What is the current behavior?
allure-pytest 2.8.24 is causing the following to happen during pytest execution:
.pyenv-usr-local-bin-python3/lib/python3.9/site-packages/allure_pytest/helper.py:19: in decorator
function.allure_display_name = test_title
AttributeError: 'NoneType' object has no attribute 'allure_display_name'
-- Have removed the @allure.title("erfde") annotations from the tests and tried again but its still doing the same thing.
Please tell us about your environment:
- Allure version: 2.1.0
- Test framework: pytest=6.0.1
- Allure adaptor: allure-pytest 2.8.24
I'm submitting a ...
What is the current behavior?
allure-pytest 2.8.24 is causing the following to happen during pytest execution:
.pyenv-usr-local-bin-python3/lib/python3.9/site-packages/allure_pytest/helper.py:19: in decorator
function.allure_display_name = test_title
AttributeError: 'NoneType' object has no attribute 'allure_display_name'
-- Have removed the @allure.title("erfde") annotations from the tests and tried again but its still doing the same thing.
Please tell us about your environment: