From 449dbbb108421ecba812df8130c9065bf3eb1b2e Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Mon, 10 Aug 2015 11:41:11 -0700 Subject: [PATCH] copy-editing of tool README --- tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 0226de7abd..a99439be02 100644 --- a/tools/README.md +++ b/tools/README.md @@ -48,8 +48,8 @@ used. and is rather an end-to-end testing tool (not a unit-testing tool). Albeit, it is often used for testing individual functions. -Besides monitoring the process output, "self test" is capable of moching the -package catalog, running from template apps. +Besides monitoring the process output, "self test" is capable of mocking the +package catalog and running from template apps. The asserting syntax of "self test" is rather unusual since it operates on the process's stdout/stderr output after the process has run (not in real-time).