From a03e076e892277261b73507d90cab4dc7b79ad6c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 3 Mar 2020 09:48:46 -0300 Subject: [PATCH] Update changelog/6285.feature.rst Co-Authored-By: Ran Benita --- changelog/6285.feature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/6285.feature.rst b/changelog/6285.feature.rst index 74c691224..bac353c86 100644 --- a/changelog/6285.feature.rst +++ b/changelog/6285.feature.rst @@ -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.