Lines Matching +full:pylib +full:- +full:tests
4 # SPDX-License-Identifier: Apache-2.0
13 run the tests in any available emulators or simulators on the system.
19 that testsuite meta-data. The full canonical name for each test case is <path to
28 of this script can filter the set of tests to run based on tag.
31 skip testsuite unconditionally. This can be used for broken tests.
34 Don't build or run this test case unless --enable-slow was passed
35 in on the command line. Intended for time-consuming test cases
139 if the symbol is defined to a non-empty string.
146 all comparison operators (non-associative)
174 running with -v or examining the test plan report (testplan.json)
203 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister/"))
204 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/build_helpers"))