File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
docs/src/developers_guide Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,16 @@ Iris has various internal convenience functions and utilities available to
99support writing tests. Using these makes tests quicker and easier to write, and
1010also consistent with the rest of Iris (which makes it easier to work with the
1111code). Most of these conveniences are accessed through the
12- :class: `iris.tests.IrisTest ` class, from which Iris' test classes inherit.
12+ :class: `iris.tests.IrisTest ` class, from
13+ which Iris' test classes then inherit.
14+
15+ .. tip ::
16+
17+ All functions listed on this page are defined within
18+ :mod: `iris.tests.__init__.py ` as methods of
19+ :class: `iris.tests.IrisTest_nometa ` (which :class: `iris.tests.IrisTest `
20+ inherits from). They can be accessed within a test using
21+ ``self.exampleFunction ``.
1322
1423Custom assertions
1524=================
You can’t perform that action at this time.
0 commit comments