Skip to content

Commit 1218392

Browse files
committed
Added taschini to AUTHORS and #1597 to CHANGELOG.rst.
1 parent 4d9e293 commit 1218392

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Russel Winder
8787
Ryan Wooden
8888
Samuele Pedroni
8989
Simon Gomizelj
90+
Stefano Taschini
9091
Thomas Grainger
9192
Tom Viner
9293
Trevor Bekolay

CHANGELOG.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@
99
* Fix internal error issue when ``method`` argument is missing for
1010
``teardown_method()``. Fixes (`#1605`_).
1111

12-
*
13-
1412
* Fix exception visualization in case the current working directory (CWD) gets
1513
deleted during testing. Fixes (`#1235`). Thanks `@bukzor` for reporting. PR by
1614
`@marscher`. Thanks `@nicoddemus` for his help.
1715

18-
.. _#1580: https://github.com/pytest-dev/pytest/issues/1580
16+
* Ensure that a module within a namespace package can be found when it
17+
is specified on the command line together with the ``--pyargs``
18+
option. Thanks to `@taschini`_ for the PR (`#1597`_).
19+
20+
*
21+
22+
.. _#1580: https://github.com/pytest-dev/pytest/pull/1580
1923
.. _#1605: https://github.com/pytest-dev/pytest/issues/1605
24+
.. _#1597: https://github.com/pytest-dev/pytest/pull/1597
2025

2126
.. _@graingert: https://github.com/graingert
27+
.. _@taschini: https://github.com/taschini
2228

2329

2430
2.9.2

0 commit comments

Comments
 (0)