From cee91778c983e6204441a9b5a9f732c38a6e20e2 Mon Sep 17 00:00:00 2001 From: "larissa.reames@noaa.gov" Date: Mon, 18 Oct 2021 21:08:50 +0000 Subject: [PATCH] Update to language of unit test README to match that in unit test. --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 2a01448de..b5500ba58 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,7 +1,7 @@ ## HOW TO CREATE A UNIT TEST. Unit tests should test only small parts of a program. For example, -a single routine or function. +a single routine or function, or multiple closely-linked routines. Source code for a test shall be placed in a program specific directory under ./tests.