File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
-----------------------------
3
3
4
4
- Fix #562: @nose.tools.istest now fully respected.
5
+ - Fix issue736: Fix a bug where fixture params would be discarded when combined
6
+ with parametrization markers.
7
+ Thanks to Markus Unterwaditzer for the PR.
5
8
6
9
- parametrize now also generates meaningful test IDs for enum, regex and class
7
10
objects (as opposed to class instances).
10
13
- Add 'warns' to assert that warnings are thrown (like 'raises').
11
14
Thanks to Eric Hunsberger for the PR.
12
15
13
- - Fix #683 : Do not apply an already applied mark. Thanks ojake for the PR.
16
+ - Fix issue683 : Do not apply an already applied mark. Thanks ojake for the PR.
14
17
15
18
- Deal with capturing failures better so fewer exceptions get lost to
16
19
/dev/null. Thanks David Szotten for the PR.
36
39
deprecated.
37
40
Thanks Bruno Oliveira for the PR.
38
41
39
- - fix issue 808 : pytest's internal assertion rewrite hook now implements the
42
+ - fix issue808 : pytest's internal assertion rewrite hook now implements the
40
43
optional PEP302 get_data API so tests can access data files next to them.
41
44
Thanks xmo-odoo for request and example and Bruno Oliveira for
42
45
the PR.
You can’t perform that action at this time.
0 commit comments