We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setUpClass
1 parent 5b17dbc commit 75924afCopy full SHA for 75924af
docs/src/whatsnew/latest.rst
@@ -79,7 +79,8 @@ This document explains the changes made to Iris for this release
79
💼 Internal
80
===========
81
82
-#. N/A
+#. `@rcomer`_ removed the obsolete ``setUpClass`` method from Iris testing.
83
+ (:pull:`4927`)
84
85
86
.. comment
lib/iris/tests/__init__.py
@@ -213,11 +213,6 @@ class IrisTest_nometa(unittest.TestCase):
213
214
_assertion_counts = collections.defaultdict(int)
215
216
- @classmethod
217
- def setUpClass(cls):
218
- # Ensure that the CF profile if turned-off for testing.
219
- iris.site_configuration["cf_profile"] = None
220
-
221
def _assert_str_same(
222
self,
223
reference_str,
0 commit comments