diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c433b0283..667207076 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,7 +30,7 @@ Bug Fixes - `#3773 `_: Fix collection of tests from ``__init__.py`` files if they match the ``python_files`` configuration option. -- `#3796 `_: Fixed an issue where teardown of fixtures of consecutive sub-packages were executed once, at the end of the outer +- `#3796 `_: Fix issue where teardown of fixtures of consecutive sub-packages were executed once, at the end of the outer package. @@ -40,13 +40,13 @@ Bug Fixes - `#3819 `_: Fix ``stdout/stderr`` not getting captured when real-time cli logging is active. -- `#3843 `_: Fix collection error when specifying test functions directly in the command line using ``test.py::test`` syntax together with ``--doctest-module``. +- `#3843 `_: Fix collection error when specifying test functions directly in the command line using ``test.py::test`` syntax together with ``--doctest-modules``. - `#3848 `_: Fix bugs where unicode arguments could not be passed to ``testdir.runpytest`` on Python 2. -- `#3854 `_: Fixes double collection of tests within packages when the filename starts with a capital letter. +- `#3854 `_: Fix double collection of tests within packages when the filename starts with a capital letter. @@ -56,10 +56,10 @@ Improved Documentation - `#3824 `_: Added example for multiple glob pattern matches in ``python_files``. -- `#3833 `_: Added missing docs for ``pytester.Testdir`` +- `#3833 `_: Added missing docs for ``pytester.Testdir``. -- `#3870 `_: correct documentation for setuptools integration +- `#3870 `_: Correct documentation for setuptools integration.