File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ Russel Winder
87
87
Ryan Wooden
88
88
Samuele Pedroni
89
89
Simon Gomizelj
90
+ Stefano Taschini
90
91
Thomas Grainger
91
92
Tom Viner
92
93
Trevor Bekolay
Original file line number Diff line number Diff line change 9
9
* Fix internal error issue when ``method `` argument is missing for
10
10
``teardown_method() ``. Fixes (`#1605 `_).
11
11
12
- *
13
-
14
12
* Fix exception visualization in case the current working directory (CWD) gets
15
13
deleted during testing. Fixes (`#1235 `). Thanks `@bukzor ` for reporting. PR by
16
14
`@marscher `. Thanks `@nicoddemus ` for his help.
17
15
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
19
23
.. _#1605 : https://github.com/pytest-dev/pytest/issues/1605
24
+ .. _#1597 : https://github.com/pytest-dev/pytest/pull/1597
20
25
21
26
.. _@graingert : https://github.com/graingert
27
+ .. _@taschini : https://github.com/taschini
22
28
23
29
24
30
2.9.2
You can’t perform that action at this time.
0 commit comments