Skip to content

Commit 071ca8e

Browse files
added whatsnew entries (#6211)
* added whatsnew entries * corrected _ to - in githubname * whatsnew corrections --------- Co-authored-by: Martin Yeo <[email protected]>
1 parent 3c63662 commit 071ca8e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/src/whatsnew/latest.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ This document explains the changes made to Iris for this release
4242
💣 Incompatible Changes
4343
=======================
4444

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.
4648

4749

4850
🚀 Performance Enhancements
@@ -66,13 +68,21 @@ This document explains the changes made to Iris for this release
6668
📚 Documentation
6769
================
6870

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`)
7077

7178

7279
💼 Internal
7380
===========
7481

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`)
7686

7787

7888
.. comment

0 commit comments

Comments
 (0)