Update CHANGELOG formatting
This commit is contained in:
parent
cfd16d0dac
commit
a7a39f1364
|
@ -1 +1 @@
|
|||
Now when @pytest.fixture is being applied to the same function ValueError is raised.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue