allure-python
allure-python copied to clipboard
Allure-pytest: Yield_fixture test is invalid
I'm submitting a ...
- [x] bug report
- [ ] feature request
Current implementation of the https://github.com/allure-framework/allure-python/blob/master/allure-pytest/test/acceptance/fixture/yield_fixture_test.py does not cover yield_fixture (deprecated since pytest 6.2.0 replaced with usual fixture with yield instead of return) functionality since there are no yield operator inside fixture under test