Update changelog/6285.feature.rst

Co-Authored-By: Ran Benita <ran234@gmail.com>
This commit is contained in:
Bruno Oliveira 2020-03-03 09:48:46 -03:00
parent b2d54fe6b1
commit a03e076e89
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
Use `pytest.FixtureLookupError` to catch exceptions when calling `request.getfixturevalue`.
Exposed the `pytest.FixtureLookupError` exception which is raised by `request.getfixturevalue()`
(where `request` is a `FixtureRequest` fixture) when a fixture with the given name cannot be returned.