Lines Matching +full:- +full:testplan
4 # SPDX-License-Identifier: Apache-2.0
6 Blackbox tests for twister's command line functions - simple does-error-out or not tests
16 # pylint: disable=no-name-in-module
18 from twisterlib.testplan import TestPlan
48 '--overflow-as-errors',
69 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
74 args = ['-T', testroot]
75 args += ['-i', '--outdir', out_path, '--test', test, '-y'] + \
77 ['-p'] * len(test_platforms), test_platforms
97 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
101 args = ['--outdir', out_path, '-T', path, '-vv'] + \
102 ['--build-only'] + \
104 ['-p'] * len(test_platforms), test_platforms