Improve formatting/grammar of changelog entries
This commit is contained in:
parent
22f54784c2
commit
3c28a8ec1a
|
@ -0,0 +1 @@
|
||||||
|
Add missing ``encoding`` attribute to ``sys.std*`` streams when using ``capsys`` capture mode.
|
|
@ -1 +0,0 @@
|
||||||
Provides encoding attribute on CaptureIO.
|
|
|
@ -1 +1 @@
|
||||||
Renamed the utility function `_pytest.compat._escape_strings` to `_ascii_escaped` to better communicate the function's purpose.
|
Renamed the utility function ``_pytest.compat._escape_strings`` to ``_ascii_escaped`` to better communicate the function's purpose.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Emit yield test warning only once per generator
|
Emit warning about ``yield`` tests being deprecated only once per generator.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
The options --fixtures and --fixtures-per-test will now keep indentation within docstrings.
|
The options ```--fixtures`` and ```--fixtures-per-test`` will now keep indentation within docstrings.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Fixed all flake8 errors and warnings
|
Fixed all flake8 errors and warnings.
|
||||||
|
|
Loading…
Reference in New Issue