Skip to content

Commit 393167b

Browse files
committed
Update CHANGELOG and add Oliver Bestwalter to AUTHORS
1 parent ef9dd14 commit 393167b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Michael Birtwell
7272
Michael Droettboom
7373
Mike Lundy
7474
Nicolas Delaby
75+
Oliver Bestwalter
7576
Omar Kohl
7677
Pieter Mulder
7778
Piotr Banaszkiewicz

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
Can also show where fixtures are defined if combined with ``-v``.
4444
Thanks `@hackebrot`_ for the PR.
4545

46+
* Introduce pytest command as recommended entry point. Closes proposal
47+
`#1629`_. Thanks `@obestwalter`_ and `@davehunt`_ for the complete PR
48+
(`#1633`_)
49+
4650
**Changes**
4751

4852
* Fixtures marked with ``@pytest.fixture`` can now use ``yield`` statements exactly like
@@ -83,6 +87,8 @@
8387
.. _@palaviv: https://github.com/palaviv
8488
.. _@omarkohl: https://github.com/omarkohl
8589
.. _@mikofski: https://github.com/mikofski
90+
.. _@obestwalter: https://github.com/obestwalter
91+
.. _@davehunt: https://github.com/davehunt
8692

8793
.. _#1426: https://github.com/pytest-dev/pytest/issues/1426
8894
.. _#1428: https://github.com/pytest-dev/pytest/pull/1428
@@ -98,6 +104,8 @@
98104
.. _#372: https://github.com/pytest-dev/pytest/issues/372
99105
.. _#1544: https://github.com/pytest-dev/pytest/issues/1544
100106
.. _#1616: https://github.com/pytest-dev/pytest/pull/1616
107+
.. _#1629: https://github.com/pytest-dev/pytest/issues/1629
108+
.. _#1633: https://github.com/pytest-dev/pytest/pull/1633
101109

102110

103111
**Bug Fixes**

0 commit comments

Comments
 (0)