|
13 | 13 | - fix `#19`_: allow registering hookspecs from instances. The PR from
|
14 | 14 | `@tgoodlet`_ also modernized the varnames implementation.
|
15 | 15 |
|
16 |
| - |
| 16 | +- resolve `#32`_: split up the test set into multiple modules. |
| 17 | + Thanks to `@RonnyPfannschmidt`_ for the PR and `@tgoodlet`_ for |
| 18 | + the initial request. |
| 19 | + |
| 20 | +- resolve `#14`_: add full sphinx docs. Thanks to `@tgoodlet`_ for |
| 21 | + PR `#39`_. |
| 22 | + |
| 23 | +- resolve `#44`_: move to new-style classes. Thanks to `@MichalTHEDUDE`_ |
| 24 | + for PR `#46`_. |
| 25 | + |
| 26 | +- add baseline benchmarking/speed tests using ``pytest-benchmark`` |
| 27 | + in PR `#54`_. Thanks to `@tgoodlet`_. |
| 28 | + |
| 29 | +- update the README to showcase the API. Thanks to `@tgoodlet`_ for the |
| 30 | + issue and PR `#55`_. |
| 31 | + |
| 32 | +- deprecate ``__multicall__`` and add a faster call loop implementation. |
| 33 | + Thanks to `@tgoodlet`_ for PR `#58`_. |
| 34 | + |
| 35 | +- raise a comprehensible error when a ``hookimpl`` is called with positional |
| 36 | + args. Thanks to `@RonnyPfannschmidt`_ for the issue and `@tgoodlet`_ for |
| 37 | + PR `#60`_. |
| 38 | + |
| 39 | +- fix the ``firstresult`` test making it more complete |
| 40 | + and remove a duplicate of that test. Thanks to `@tgoodlet`_ |
| 41 | + for PR `#62`_. |
| 42 | + |
| 43 | +.. _#62: https://github.com/pytest-dev/pytest/pull/62 |
| 44 | +.. _#60: https://github.com/pytest-dev/pytest/pull/60 |
| 45 | +.. _#58: https://github.com/pytest-dev/pytest/pull/58 |
| 46 | +.. _#55: https://github.com/pytest-dev/pytest/pull/55 |
| 47 | +.. _#54: https://github.com/pytest-dev/pytest/pull/54 |
| 48 | +.. _#46: https://github.com/pytest-dev/pytest/pull/46 |
| 49 | +.. _#44: https://github.com/pytest-dev/pytest/issues/44 |
| 50 | +.. _#39: https://github.com/pytest-dev/pytest/pull/39 |
| 51 | +.. _#32: https://github.com/pytest-dev/pytest/pull/32 |
17 | 52 | .. _#19: https://github.com/pytest-dev/pytest/issues/19
|
18 | 53 | .. _#17: https://github.com/pytest-dev/pytest/issues/17
|
| 54 | +.. _#14: https://github.com/pytest-dev/pytest/issues/14 |
19 | 55 |
|
20 | 56 | .. _@tgoodlet: https://github.com/tgoodlet
|
| 57 | +.. _@MichalTHEDUDE: https://github.com/MichalTHEDUDE |
21 | 58 | .. _@vodik: https://github.com/vodik
|
22 | 59 | .. _@RonnyPfannschmidt: https://github.com/RonnyPfannschmidt
|
23 | 60 |
|
|
46 | 83 | 0.3.1
|
47 | 84 | -----
|
48 | 85 |
|
49 |
| -- avoid using deprecated-in-python3.5 getargspec method. Thanks |
| 86 | +- avoid using deprecated-in-python3.5 getargspec method. Thanks |
50 | 87 | `@mdboom`_.
|
51 | 88 |
|
52 | 89 | .. _@mdboom: https://github.com/mdboom
|
|
0 commit comments