amend CHANGELOG with credits and issue mentioning
This commit is contained in:
parent
b4797d6295
commit
01ae5dbb2e
|
@ -1,10 +1,16 @@
|
||||||
Unreleased
|
Unreleased
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
- fix issue403: allow parametrize of multiple same-name functions within
|
||||||
|
a collection node. Thanks Andreas Kloeckner and Alex Gaynor for reporting
|
||||||
|
and analysis.
|
||||||
|
|
||||||
- Allow parameterized fixtures to specify the ID of the parameters by
|
- Allow parameterized fixtures to specify the ID of the parameters by
|
||||||
adding an ids argument to pytest.fixture() and pytest.yield_fixture().
|
adding an ids argument to pytest.fixture() and pytest.yield_fixture().
|
||||||
|
Thanks Floris Bruynooghe.
|
||||||
|
|
||||||
- fix issue404 by always using the binary xml escape in the junitxml plugin
|
- fix issue404 by always using the binary xml escape in the junitxml
|
||||||
|
plugin. Thanks Ronny Pfannschmidt.
|
||||||
|
|
||||||
2.5.0
|
2.5.0
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
Loading…
Reference in New Issue