diff --git a/docs/iris/src/developers_guide/tests.rst b/docs/iris/src/developers_guide/tests.rst index ac4d0285e9..e5e2abfd3b 100644 --- a/docs/iris/src/developers_guide/tests.rst +++ b/docs/iris/src/developers_guide/tests.rst @@ -76,7 +76,7 @@ When testing a function all the tests must reside in the module: `lib/iris/tests/unit//test_.py` Within this test module there must be one or more test classes: - - Either: `TestAll` + - Either: `Test` - Or: `TestAspectOfFunction` And within those test classes, the test methods must be named according