Lines Matching full:test
57 is an executable file, it is added as a test.
64 is specified, the directory is treated as a test group.
66 .Sy Test Groups
78 Rather than executing the tests and logging the results, the test configuration
93 which can specify a series of tests and test groups to be executed.
96 .Ss Test Groups
97 A test group is comprised of a set of executable files, all of which exist in
104 Rather than running before and after each test,
105 these scripts are run only once each at the start and end of the test group.
106 .Ss Test Execution
114 When a pre script fails for a test group, only the post script is executed,
117 Any test that exceeds
131 During test execution, the working directory is changed to
138 of each test indicating the test name, result and elapsed time.
145 test output with timestamps, and a directory for each test.
146 Within the test directories, there is one file each for standard output,
155 is an INI-style configuration file that describes a test run.
165 describing tests and test groups respectively.
169 The name of the directory that holds test logs.
173 prior to the test or test group.
180 after the test or test group.
191 for this test group.
193 This option is only valid for test groups, and each
201 Execute the test or test group as
213 Execute no tests, but print a description of each test that would have been run.
217 Create test groups from any directories found while searching for tests.
219 Specify the directory in which to write test results.
223 prior to any test or test group.
227 after any test or test group.
233 as a failsafe after any test is killed.
240 seconds per test.
242 Execute tests or test groups as
263 Test: /home/jkennedy/my-tests/test-01 [00:02] [PASS]
264 Test: /home/jkennedy/my-tests/test-02 [00:04] [PASS]
265 Test: /home/jkennedy/my-tests/test-03 [00:01] [PASS]
292 tests = ['test-01', 'test-02', 'test-03']