From 46ee6beaa9bfc4987176ee371be02685865f927c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 13 Apr 2009 16:37:22 +0200 Subject: [PATCH] streamline --HG-- branch : trunk --- doc/test/funcargs.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/test/funcargs.txt b/doc/test/funcargs.txt index 70d1c9aeb..f73960aa1 100644 --- a/doc/test/funcargs.txt +++ b/doc/test/funcargs.txt @@ -11,8 +11,9 @@ Using funcargs you can: * cleanly encapsulate glue code between your app and your tests * do test scenario setup dependent on command line opts or environment -Using the funcargs mechanism will keep your test suite clean -and allow for easier refactoring of your applications. +Using the funcargs mechanism will increase readability +and allow for easier refactoring of your application +and its test suites. The basic funcarg request/provide mechanism =============================================