Skip to content

Commit

Permalink
whatsnew corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Nov 1, 2024
1 parent c48731f commit 9d5f930
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9d5f930

Please sign in to comment.