Skip to content

Commit 3c28a8e

Browse files
committed
Improve formatting/grammar of changelog entries
1 parent 22f5478 commit 3c28a8e

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

changelog/2375.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing ``encoding`` attribute to ``sys.std*`` streams when using ``capsys`` capture mode.

changelog/2375.trivial

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2533.trivial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Renamed the utility function `_pytest.compat._escape_strings` to `_ascii_escaped` to better communicate the function's purpose.
1+
Renamed the utility function ``_pytest.compat._escape_strings`` to ``_ascii_escaped`` to better communicate the function's purpose.

changelog/2562.trivial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Emit yield test warning only once per generator
1+
Emit warning about ``yield`` tests being deprecated only once per generator.

changelog/2574.bugfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The options --fixtures and --fixtures-per-test will now keep indentation within docstrings.
1+
The options ```--fixtures`` and ```--fixtures-per-test`` will now keep indentation within docstrings.

changelog/2581.trivial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed all flake8 errors and warnings
1+
Fixed all flake8 errors and warnings.

0 commit comments

Comments
 (0)