From 05ed82736087b5d602176593c844ff3af66d7639 Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Fri, 1 Nov 2024 10:46:23 +0000 Subject: [PATCH 1/3] added whatsnew entries --- docs/src/whatsnew/latest.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 9022446cb8..f88dcab124 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -24,7 +24,9 @@ This document explains the changes made to Iris for this release 📢 Announcements ================ -#. N/A +#. `:class:`iris.tests.IrisTest` is being replaced by :mod:`iris.tests._shared_utils`. + Once conversion from unittest to pytest is completed, :class:`iris.tests.IrisTest` + class will be deprecated. ✨ Features @@ -66,13 +68,21 @@ This document explains the changes made to Iris for this release 📚 Documentation ================ -#. N/A +#. `@ESadek-MO`_ and `@trexfeathers`_ created :ref:`contributing_pytest_conversions` + as a guide for converting from ``unittest`` to ``pytest``. (:pull:`5785`) + +#. `@ESadek-MO`_ and `@trexfeathers`_ created a style guide for ``pytest`` tests, + and consolidated ``Test Categories`` and ``Testing Tools`` into + :ref:`contributing_pytest_conversions` (:issue:`5574`, :pull:`5787`) 💼 Internal =========== -#. N/A +#. `@ESadek_MO`_ `@pp-mo`_ `@bjlittle`_ `@trexfeathers`_ and `@HGWright`_ have + converted around a third of Iris' ``unittest`` style tests to ``pytest``. This is + part of an ongoing effort to move from ``unittest`` to ``pytest``. (:pull:`6207`, + part of :issue:`5690`) .. comment From c48731f4cb5726c110263368b65628672a077dfb Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Fri, 1 Nov 2024 10:55:40 +0000 Subject: [PATCH 2/3] corrected _ to - in githubname --- docs/src/whatsnew/latest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index f88dcab124..95181ecbad 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -79,7 +79,7 @@ This document explains the changes made to Iris for this release 💼 Internal =========== -#. `@ESadek_MO`_ `@pp-mo`_ `@bjlittle`_ `@trexfeathers`_ and `@HGWright`_ have +#. `@ESadek-MO`_ `@pp-mo`_ `@bjlittle`_ `@trexfeathers`_ and `@HGWright`_ have converted around a third of Iris' ``unittest`` style tests to ``pytest``. This is part of an ongoing effort to move from ``unittest`` to ``pytest``. (:pull:`6207`, part of :issue:`5690`) From 9d5f9304f0550bbb709f2bc4e19301952837ef4d Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Fri, 1 Nov 2024 11:09:12 +0000 Subject: [PATCH 3/3] whatsnew corrections --- docs/src/whatsnew/latest.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 95181ecbad..7798e46481 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -24,9 +24,7 @@ This document explains the changes made to Iris for this release 📢 Announcements ================ -#. `:class:`iris.tests.IrisTest` is being replaced by :mod:`iris.tests._shared_utils`. - Once conversion from unittest to pytest is completed, :class:`iris.tests.IrisTest` - class will be deprecated. +#. N/A ✨ Features @@ -44,7 +42,9 @@ This document explains the changes made to Iris for this release 💣 Incompatible Changes ======================= -#. N/A +#. :class:`iris.tests.IrisTest` is being replaced by :mod:`iris.tests._shared_utils`. + Once conversion from unittest to pytest is completed, :class:`iris.tests.IrisTest` + class will be deprecated. 🚀 Performance Enhancements @@ -73,7 +73,7 @@ This document explains the changes made to Iris for this release #. `@ESadek-MO`_ and `@trexfeathers`_ created a style guide for ``pytest`` tests, and consolidated ``Test Categories`` and ``Testing Tools`` into - :ref:`contributing_pytest_conversions` (:issue:`5574`, :pull:`5787`) + :ref:`contributing_tests` (:issue:`5574`, :pull:`5785`) 💼 Internal @@ -82,7 +82,7 @@ This document explains the changes made to Iris for this release #. `@ESadek-MO`_ `@pp-mo`_ `@bjlittle`_ `@trexfeathers`_ and `@HGWright`_ have converted around a third of Iris' ``unittest`` style tests to ``pytest``. This is part of an ongoing effort to move from ``unittest`` to ``pytest``. (:pull:`6207`, - part of :issue:`5690`) + part of :issue:`6212`) .. comment