|
1 | 1 | 0.5.1
|
2 | 2 | -----
|
3 | 3 | - fix a bug and add tests for case where ``firstresult`` hooks return
|
4 |
| - ``None`` results. Thanks to `@RonnyPfannschmidt`_ and `@tgoodlet` |
| 4 | + ``None`` results. Thanks to `@RonnyPfannschmidt`_ and `@tgoodlet`_ |
5 | 5 | for the issue (`#68`_) and PR (`#69`_) respectively.
|
6 | 6 |
|
7 |
| -.. _#69: https://github.com/pytest-dev/pytest/pull/69 |
8 |
| -.. _#68: https://github.com/pytest-dev/pytest/issuses/68 |
| 7 | +.. _#69: https://github.com/pytest-dev/pluggy/pull/69 |
| 8 | +.. _#68: https://github.com/pytest-dev/pluggy/issuses/68 |
9 | 9 |
|
10 | 10 | 0.5.0
|
11 | 11 | -----
|
|
29 | 29 | - resolve `#14`_: add full sphinx docs. Thanks to `@tgoodlet`_ for
|
30 | 30 | PR `#39`_.
|
31 | 31 |
|
| 32 | +- add hook call mismatch warnings. Thanks to `@tgoodlet`_ for the |
| 33 | + PR `#42`_. |
| 34 | + |
32 | 35 | - resolve `#44`_: move to new-style classes. Thanks to `@MichalTHEDUDE`_
|
33 | 36 | for PR `#46`_.
|
34 | 37 |
|
|
49 | 52 | and remove a duplicate of that test. Thanks to `@tgoodlet`_
|
50 | 53 | for PR `#62`_.
|
51 | 54 |
|
52 |
| -.. _#62: https://github.com/pytest-dev/pytest/pull/62 |
53 |
| -.. _#60: https://github.com/pytest-dev/pytest/pull/60 |
54 |
| -.. _#58: https://github.com/pytest-dev/pytest/pull/58 |
55 |
| -.. _#55: https://github.com/pytest-dev/pytest/pull/55 |
56 |
| -.. _#54: https://github.com/pytest-dev/pytest/pull/54 |
57 |
| -.. _#46: https://github.com/pytest-dev/pytest/pull/46 |
58 |
| -.. _#44: https://github.com/pytest-dev/pytest/issues/44 |
59 |
| -.. _#39: https://github.com/pytest-dev/pytest/pull/39 |
60 |
| -.. _#32: https://github.com/pytest-dev/pytest/pull/32 |
61 |
| -.. _#19: https://github.com/pytest-dev/pytest/issues/19 |
62 |
| -.. _#17: https://github.com/pytest-dev/pytest/issues/17 |
63 |
| -.. _#14: https://github.com/pytest-dev/pytest/issues/14 |
| 55 | +.. _#62: https://github.com/pytest-dev/pluggy/pull/62 |
| 56 | +.. _#60: https://github.com/pytest-dev/pluggy/pull/60 |
| 57 | +.. _#58: https://github.com/pytest-dev/pluggy/pull/58 |
| 58 | +.. _#55: https://github.com/pytest-dev/pluggy/pull/55 |
| 59 | +.. _#54: https://github.com/pytest-dev/pluggy/pull/54 |
| 60 | +.. _#46: https://github.com/pytest-dev/pluggy/pull/46 |
| 61 | +.. _#44: https://github.com/pytest-dev/pluggy/issues/44 |
| 62 | +.. _#42: https://github.com/pytest-dev/pluggy/pull/42 |
| 63 | +.. _#39: https://github.com/pytest-dev/pluggy/pull/39 |
| 64 | +.. _#32: https://github.com/pytest-dev/pluggy/pull/32 |
| 65 | +.. _#19: https://github.com/pytest-dev/pluggy/issues/19 |
| 66 | +.. _#17: https://github.com/pytest-dev/pluggy/issues/17 |
| 67 | +.. _#14: https://github.com/pytest-dev/pluggy/issues/14 |
64 | 68 |
|
65 | 69 |
|
66 | 70 | 0.4.0
|
|
77 | 81 | - better error message when loading setuptools entrypoints fails
|
78 | 82 | due to a ``VersionConflict``. Thanks `@blueyed`_.
|
79 | 83 |
|
80 |
| -.. _#11: https://github.com/pytest-dev/pytest/issues/11 |
81 |
| -.. _#4: https://github.com/pytest-dev/pytest/issues/4 |
| 84 | +.. _#11: https://github.com/pytest-dev/pluggy/issues/11 |
| 85 | +.. _#4: https://github.com/pytest-dev/pluggy/issues/4 |
82 | 86 |
|
83 | 87 | .. _@blueyed: https://github.com/blueyed
|
84 | 88 | .. _@nicoddemus: https://github.com/nicoddemus
|
|
0 commit comments