Add to changelog and authors.
This commit is contained in:
parent
f7d50dfa91
commit
0dbf77e08e
3
AUTHORS
3
AUTHORS
|
@ -27,6 +27,7 @@ Christopher Gilling
|
|||
Daniel Grana
|
||||
Daniel Hahler
|
||||
Daniel Nuri
|
||||
Danielle Jenkins
|
||||
Dave Hunt
|
||||
David Mohr
|
||||
David Vierra
|
||||
|
@ -84,9 +85,11 @@ Ronny Pfannschmidt
|
|||
Ross Lawley
|
||||
Ryan Wooden
|
||||
Samuele Pedroni
|
||||
Steffen Allner
|
||||
Tareq Alayan
|
||||
Tom Viner
|
||||
Trevor Bekolay
|
||||
Vasily Kuznetsov
|
||||
Wouter van Ackooy
|
||||
David Díaz-Barquero
|
||||
Eric Hunsberger
|
||||
|
|
|
@ -43,6 +43,13 @@
|
|||
Can also show where fixtures are defined if combined with ``-v``.
|
||||
Thanks `@hackebrot`_ for the PR.
|
||||
|
||||
* New cli flags:
|
||||
``--setup-plan`` performs normal collection and reports the potential setup
|
||||
and teardown, does not execute any fixtures and tests
|
||||
``--setup-only`` performs normal collection, executes setup and teardown of
|
||||
fixtures and reports them. Thanks `@d6e`_, `@kvas-it`_, `@sallner`_
|
||||
and `@omarkohl`_.
|
||||
|
||||
**Changes**
|
||||
|
||||
* Fixtures marked with ``@pytest.fixture`` can now use ``yield`` statements exactly like
|
||||
|
|
Loading…
Reference in New Issue