From 393167b94f40a5a93ba85cc0197bf1701d7e64e4 Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Tue, 21 Jun 2016 16:59:14 +0200 Subject: [PATCH] Update CHANGELOG and add Oliver Bestwalter to AUTHORS --- AUTHORS | 1 + CHANGELOG.rst | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/AUTHORS b/AUTHORS index 0c40517ce..b343ae15c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -72,6 +72,7 @@ Michael Birtwell Michael Droettboom Mike Lundy Nicolas Delaby +Oliver Bestwalter Omar Kohl Pieter Mulder Piotr Banaszkiewicz diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 26f78cec1..afed9979d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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**