Lines Matching +full:use +full:- +full:cases
1 tdc - Adding plugins for tdc
3 Author: Brenda J. Butler - bjb@mojatatu.com
6 --------------
9 There are some examples in plugin-lib.
14 - adding commands to be run before and/or after the test suite
15 - adding commands to be run before and/or after the test cases
16 - adding commands to be run before and/or after the execute phase of the test cases
17 - ability to alter the command to be run in any phase:
18 pre (the pre-suite stage)
23 post (the post-suite stage)
24 - ability to add to the command line args, and use them at run time
51 co-processes) then that other tap output can be generated in the
52 post-suite method using this info passed in to the pre_suite method.
58 test to be attempted. It can use this info when outputting
59 the TAP output for the extra test cases.
85 can use it.
104 eg: raise Exception('plugin xxx, arg -y is wrong, fix it')