Re: [Oorexx-devel] A wish list item for the test framework.

2009-04-28 Thread Rick McGuire
Well, you can already directly execute a single test group using "rexx STREAM.testGroup". If would be nice if when you run that way, you could include a list of explicit tests to run. Run that way, you avoid all of the framework activity, so things are a little more minimal. Rick On Tue, Apr 28

Re: [Oorexx-devel] A wish list item for the test framework.

2009-04-28 Thread Mark Miesfeld
On Tue, Apr 28, 2009 at 6:19 AM, Rick McGuire wrote: > I have a wishlist item for the testing framework.  Frequently, when > there is a failure I need to debug, there is too much noise within a > test group to allow me to run the group in the debugger.  This > generally means I have to snip out t

[Oorexx-devel] A wish list item for the test framework.

2009-04-28 Thread Rick McGuire
Mark, I have a wishlist item for the testing framework. Frequently, when there is a failure I need to debug, there is too much noise within a test group to allow me to run the group in the debugger. This generally means I have to snip out the lines, remove any uses of the test framework from the