|
15 | 15 | * New ``ALLOW_BYTES`` doctest option strips ``b`` prefixes from byte strings
|
16 | 16 | in doctest output (similar to ``ALLOW_UNICODE``).
|
17 | 17 | Thanks `@jaraco`_ for the request and `@nicoddemus`_ for the PR (`#1287`_).
|
18 |
| - |
| 18 | +* give a hint on KeyboardInterrupt to use the --fulltrace option to show the errors, |
| 19 | + this fixes `#1366`_. |
| 20 | + Thanks to `@hpk42`_ for the report and `@RonnyPfannschmidt`_ for the PR. |
19 | 21 |
|
20 | 22 | **Changes**
|
21 | 23 |
|
|
60 | 62 | * Fix (`#1290`_): support Python 3.5's `@` operator in assertion rewriting.
|
61 | 63 | Thanks `@Shinkenjoe`_ for report with test case and `@tomviner`_ for the PR.
|
62 | 64 |
|
63 |
| - |
| 65 | +.. _#1366: https://github.com/pytest-dev/pytest/issues/1366 |
64 | 66 | .. _#1040: https://github.com/pytest-dev/pytest/pull/1040
|
65 | 67 | .. _#680: https://github.com/pytest-dev/pytest/issues/680
|
66 | 68 | .. _#1287: https://github.com/pytest-dev/pytest/pull/1287
|
67 | 69 | .. _#1226: https://github.com/pytest-dev/pytest/pull/1226
|
68 | 70 | .. _#1290: https://github.com/pytest-dev/pytest/pull/1290
|
69 | 71 | .. _@MichaelAquilina: https://github.com/MichaelAquilina
|
70 | 72 | .. _@bukzor: https://github.com/bukzor
|
| 73 | +.. _@hpk42: https://github.com/hpk42 |
71 | 74 | .. _@nicoddemus: https://github.com/nicoddemus
|
72 | 75 | .. _@jab: https://github.com/jab
|
73 | 76 | .. _@codewarrior0: https://github.com/codewarrior0
|
74 | 77 | .. _@jaraco: https://github.com/jaraco
|
75 | 78 | .. _@The-Compiler: https://github.com/The-Compiler
|
76 | 79 | .. _@Shinkenjoe: https://github.com/Shinkenjoe
|
77 | 80 | .. _@tomviner: https://github.com/tomviner
|
78 |
| - |
| 81 | +.. _@RonnyPfannschmidt: https://github.com/RonnyPfannschmidt |
79 | 82 |
|
80 | 83 | 2.8.7
|
81 | 84 | -----
|
|
0 commit comments