Update CHANGELOG and add Oliver Bestwalter to AUTHORS

This commit is contained in:
Dave Hunt 2016-06-21 16:59:14 +02:00
parent ef9dd14963
commit 393167b94f
2 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,7 @@ Michael Birtwell
Michael Droettboom
Mike Lundy
Nicolas Delaby
Oliver Bestwalter
Omar Kohl
Pieter Mulder
Piotr Banaszkiewicz

View File

@ -43,6 +43,10 @@
Can also show where fixtures are defined if combined with ``-v``.
Thanks `@hackebrot`_ for the PR.
* Introduce pytest command as recommended entry point. Closes proposal
`#1629`_. Thanks `@obestwalter`_ and `@davehunt`_ for the complete PR
(`#1633`_)
**Changes**
* Fixtures marked with ``@pytest.fixture`` can now use ``yield`` statements exactly like
@ -83,6 +87,8 @@
.. _@palaviv: https://github.com/palaviv
.. _@omarkohl: https://github.com/omarkohl
.. _@mikofski: https://github.com/mikofski
.. _@obestwalter: https://github.com/obestwalter
.. _@davehunt: https://github.com/davehunt
.. _#1426: https://github.com/pytest-dev/pytest/issues/1426
.. _#1428: https://github.com/pytest-dev/pytest/pull/1428
@ -98,6 +104,8 @@
.. _#372: https://github.com/pytest-dev/pytest/issues/372
.. _#1544: https://github.com/pytest-dev/pytest/issues/1544
.. _#1616: https://github.com/pytest-dev/pytest/pull/1616
.. _#1629: https://github.com/pytest-dev/pytest/issues/1629
.. _#1633: https://github.com/pytest-dev/pytest/pull/1633
**Bug Fixes**