File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ This document explains the changes made to Iris for this release
42
42
💣 Incompatible Changes
43
43
=======================
44
44
45
- #. N/A
45
+ #. :class: `iris.tests.IrisTest ` is being replaced by :mod: `iris.tests._shared_utils `.
46
+ Once conversion from unittest to pytest is completed, :class: `iris.tests.IrisTest `
47
+ class will be deprecated.
46
48
47
49
48
50
🚀 Performance Enhancements
@@ -66,13 +68,21 @@ This document explains the changes made to Iris for this release
66
68
📚 Documentation
67
69
================
68
70
69
- #. N/A
71
+ #. `@ESadek-MO `_ and `@trexfeathers `_ created :ref: `contributing_pytest_conversions `
72
+ as a guide for converting from ``unittest `` to ``pytest ``. (:pull: `5785 `)
73
+
74
+ #. `@ESadek-MO `_ and `@trexfeathers `_ created a style guide for ``pytest `` tests,
75
+ and consolidated ``Test Categories `` and ``Testing Tools `` into
76
+ :ref: `contributing_tests ` (:issue: `5574 `, :pull: `5785 `)
70
77
71
78
72
79
💼 Internal
73
80
===========
74
81
75
- #. N/A
82
+ #. `@ESadek-MO `_ `@pp-mo `_ `@bjlittle `_ `@trexfeathers `_ and `@HGWright `_ have
83
+ converted around a third of Iris' ``unittest `` style tests to ``pytest ``. This is
84
+ part of an ongoing effort to move from ``unittest `` to ``pytest ``. (:pull: `6207 `,
85
+ part of :issue: `6212 `)
76
86
77
87
78
88
.. comment
You can’t perform that action at this time.
0 commit comments