Skip to content

Commit

Permalink
Merge pull request #5 from bblay/test-docs
Browse files Browse the repository at this point in the history
tiny rename
  • Loading branch information
rhattersley committed Nov 18, 2013
2 parents 54cf2b2 + 4173c43 commit 9aa1f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/iris/src/developers_guide/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ When testing a function all the tests must reside in the module:
`lib/iris/tests/unit/<fully/qualified/module>/test_<function_name>.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
Expand Down

0 comments on commit 9aa1f19

Please sign in to comment.