Lines Matching refs:subtests
17 can have subtests), each of which can contain both diagnostic data -- e.g., log
45 Note that, in KTAP, subtests also begin with a version line, which denotes the
56 A test plan provides the number of tests (or subtests) in the KTAP output.
58 Plan lines must follow the format of "1..N" where N is the number of tests or subtests.
189 The "parent" test's result should consist of all of its subtests' results,
191 result. If one of the subtests fail, for example, the parent test should also
201 An example of a test with two nested subtests:
278 A single test called "main_test", which fails, and has three subtests:
283 - "example_test_2", which passes, and has two subtests:
288 - "example_test_3", which fails, and has three subtests
294 Note that the individual subtests with the same names do not conflict, as they
296 rules for "bubbling up" test results: a test fails if any of its subtests fail.
298 makes sense for a test to be marked skipped if _all_ of its subtests have been