Amend CHANGELOG with missing #3251

This commit is contained in:
Bruno Oliveira 2018-09-06 18:56:08 -03:00
parent c00d934b21
commit b55351274e
2 changed files with 4 additions and 2 deletions

View File

@ -63,7 +63,10 @@ Features
more info.
- `#3784 <https://github.com/pytest-dev/pytest/issues/3784>`_: Add option to disable plugin auto-loading.
- `#3251 <https://github.com/pytest-dev/pytest/issues/3251>`_: Warnings are now captured and displayed during test collection.
- `#3784 <https://github.com/pytest-dev/pytest/issues/3784>`_: ``PYTEST_DISABLE_PLUGIN_AUTOLOAD`` environment variable disables plugin auto-loading when set.
- `#3829 <https://github.com/pytest-dev/pytest/issues/3829>`_: Added the ``count`` option to ``console_output_style`` to enable displaying the progress as a count instead of a percentage.

View File

@ -1 +0,0 @@
Warnings are now captured and displayed during test collection.