parent
2a72f75d58
commit
46ee6beaa9
|
@ -11,8 +11,9 @@ Using funcargs you can:
|
||||||
* cleanly encapsulate glue code between your app and your tests
|
* cleanly encapsulate glue code between your app and your tests
|
||||||
* do test scenario setup dependent on command line opts or environment
|
* do test scenario setup dependent on command line opts or environment
|
||||||
|
|
||||||
Using the funcargs mechanism will keep your test suite clean
|
Using the funcargs mechanism will increase readability
|
||||||
and allow for easier refactoring of your applications.
|
and allow for easier refactoring of your application
|
||||||
|
and its test suites.
|
||||||
|
|
||||||
The basic funcarg request/provide mechanism
|
The basic funcarg request/provide mechanism
|
||||||
=============================================
|
=============================================
|
||||||
|
|
Loading…
Reference in New Issue