From a7a39f136450e4608a61e0d77336ffd21328a915 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 18 Oct 2017 19:26:10 -0200 Subject: [PATCH] Update CHANGELOG formatting --- changelog/2334.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/2334.feature b/changelog/2334.feature index 5aec67994..5af168526 100644 --- a/changelog/2334.feature +++ b/changelog/2334.feature @@ -1 +1 @@ -Now when @pytest.fixture is being applied to the same function ValueError is raised. \ No newline at end of file +Now when ``@pytest.fixture`` is applied more than once to the same function a ``ValueError`` is raised. This buggy behavior would cause surprising problems and if was working for a test suite it was mostly by accident.