added to authors and changelog
This commit is contained in:
parent
6a52fe1650
commit
6aaf7ae18b
1
AUTHORS
1
AUTHORS
|
@ -147,3 +147,4 @@ Victor Uriarte
|
||||||
Vidar T. Fauske
|
Vidar T. Fauske
|
||||||
Wouter van Ackooy
|
Wouter van Ackooy
|
||||||
Xuecong Liao
|
Xuecong Liao
|
||||||
|
Omer Hadari
|
||||||
|
|
|
@ -22,7 +22,8 @@
|
||||||
* Replace ``raise StopIteration`` usages in the code by simple ``returns`` to finish generators, in accordance to `PEP-479`_ (`#2160`_).
|
* Replace ``raise StopIteration`` usages in the code by simple ``returns`` to finish generators, in accordance to `PEP-479`_ (`#2160`_).
|
||||||
Thanks `@tgoodlet`_ for the report and `@nicoddemus`_ for the PR.
|
Thanks `@tgoodlet`_ for the report and `@nicoddemus`_ for the PR.
|
||||||
|
|
||||||
*
|
* Fix internal errors when an unprintable ``AssertionError`` is raised inside a test.
|
||||||
|
Thanks `@omerhadari`_ for the PR.
|
||||||
|
|
||||||
* Skipping plugin now also works with test items generated by custom collectors (`#2231`_).
|
* Skipping plugin now also works with test items generated by custom collectors (`#2231`_).
|
||||||
Thanks to `@vidartf`_.
|
Thanks to `@vidartf`_.
|
||||||
|
|
Loading…
Reference in New Issue