Lines Matching full:test
58 is an executable file, it is added as a test.
65 is specified, the directory is treated as a test group.
67 .Sy Test Groups
79 Rather than executing the tests and logging the results, the test configuration
94 which can specify a series of tests and test groups to be executed.
97 .Ss Test Groups
98 A test group is comprised of a set of executable files, all of which exist in
105 Rather than running before and after each test,
106 these scripts are run only once each at the start and end of the test group.
107 .Ss Test Execution
115 When a pre script fails for a test group, only the post script is executed,
118 Any test that exceeds
132 During test execution, the working directory is changed to
139 of each test indicating the test name, result and elapsed time.
146 test output with timestamps, and a directory for each test.
147 Within the test directories, there is one file each for standard output,
156 is an INI-style configuration file that describes a test run.
166 describing tests and test groups respectively.
170 The name of the directory that holds test logs.
174 prior to the test or test group.
181 after the test or test group.
192 for this test group.
194 This option is only valid for test groups, and each
202 Execute the test or test group as
214 Execute no tests, but print a description of each test that would have been run.
218 Create test groups from any directories found while searching for tests.
220 Specify the directory in which to write test results.
224 prior to any test or test group.
228 after any test or test group.
234 as a failsafe after any test is killed.
241 seconds per test.
243 Execute tests or test groups as
264 Test: /home/jkennedy/my-tests/test-01 [00:02] [PASS]
265 Test: /home/jkennedy/my-tests/test-02 [00:04] [PASS]
266 Test: /home/jkennedy/my-tests/test-03 [00:01] [PASS]
293 tests = ['test-01', 'test-02', 'test-03']