-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Description
📰 Custom Issue
Because I am hoping to add some pytest style tests in Iris (#4792, #4889), I thought I should check what is in the setUp of our IrisTest class, that these pytest tests would be missing. The only thing I found was
iris/lib/iris/tests/__init__.py
Lines 150 to 152 in 08fe9c1
| def setUpClass(cls): | |
| # Ensure that the CF profile if turned-off for testing. | |
| iris.site_configuration["cf_profile"] = None |
A documentation search on cf_profile only produces the v1.3 whatsnew. Does anyone know anything about these hooks? If we think they are useful, they should probably be better documented.
Metadata
Metadata
Assignees
Labels
No labels