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