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 =============================================