@@ -14,7 +14,7 @@ Pytest 3.4.0 (2018-01-30)
1414Deprecations and Removals
1515-------------------------
1616
17- - All pytest classes now subclass ``object `` for better Python 3 compatibility.
17+ - All pytest classes now subclass ``object `` for better Python 2/ 3 compatibility.
1818 This should not affect user code except in very rare edge cases. (`#2147
1919 <https://github.com/pytest-dev/pytest/issues/2147> `_)
2020
@@ -35,7 +35,7 @@ Features
3535 <https://docs.pytest.org/en/latest/logging.html#incompatible-changes-in-pytest-3-4> `_
3636 for details. (`#3013 <https://github.com/pytest-dev/pytest/issues/3013 >`_)
3737
38- - Console output fallsback to "classic" mode when capture is disabled (``-s ``),
38+ - Console output falls back to "classic" mode when capturing is disabled (``-s ``),
3939 otherwise the output gets garbled to the point of being useless. (`#3038
4040 <https://github.com/pytest-dev/pytest/issues/3038> `_)
4141
@@ -49,9 +49,9 @@ Features
4949- Improve performance when collecting tests using many fixtures. (`#3107
5050 <https://github.com/pytest-dev/pytest/issues/3107> `_)
5151
52- - New ``caplog.get_records(when) `` method which provides access the captured
53- records during each testing stage: ``"setup" ``, ``"call" `` and ``"teardown" ``
54- stages. (`#3117 <https://github.com/pytest-dev/pytest/issues/3117 >`_)
52+ - New ``caplog.get_records(when) `` method which provides access to the captured
53+ records for the ``"setup" ``, ``"call" `` and ``"teardown" ``
54+ testing stages. (`#3117 <https://github.com/pytest-dev/pytest/issues/3117 >`_)
5555
5656- New fixture ``record_xml_attribute `` that allows modifying and inserting
5757 attributes on the ``<testcase> `` xml node in JUnit reports. (`#3130
@@ -69,11 +69,11 @@ Features
6969Bug Fixes
7070---------
7171
72- - Fixed hanging pexpect test on MacOS by using flush() instead of wait().
72+ - Fix hanging pexpect test on MacOS by using flush() instead of wait().
7373 (`#2022 <https://github.com/pytest-dev/pytest/issues/2022 >`_)
7474
75- - Fixed restoring Python state after in-process pytest runs with the
76- ``pytester `` plugin; this may break tests using making multiple inprocess
75+ - Fix restoring Python state after in-process pytest runs with the
76+ ``pytester `` plugin; this may break tests using multiple inprocess
7777 pytest runs if later ones depend on earlier ones leaking global interpreter
7878 changes. (`#3016 <https://github.com/pytest-dev/pytest/issues/3016 >`_)
7979
@@ -106,7 +106,7 @@ Improved Documentation
106106 functions that return None. (`#2698
107107 <https://github.com/pytest-dev/pytest/issues/2698> `_)
108108
109- - Fix the wording of a sentence on doctest flags use in pytest. (`#3076
109+ - Fix the wording of a sentence on doctest flags used in pytest. (`#3076
110110 <https://github.com/pytest-dev/pytest/issues/3076> `_)
111111
112112- Prefer ``https://*.readthedocs.io `` over ``http://*.rtfd.org `` for links in
0 commit comments