allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Allure-pytest: Yield_fixture test is invalid

Open dgusakov opened this issue 5 years ago • 0 comments

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

dgusakov avatar Jan 25 '21 10:01 dgusakov