Home
last modified time | relevance | path

Searched refs:raise_exception (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/
Dscl.py65 c.validate(raise_exception=True)
/Zephyr-latest/scripts/tests/twister/
Dtest_scl.py229 def mock_validate(raise_exception, *args, **kwargs): argument
230 assert raise_exception
Dtest_testsuite.py261 def raise_exception(*args, **kwargs): function
267 mock.patch('contextlib.closing', raise_exception):
Dtest_handlers.py1029 raise_exception argument
1034 if raise_exception:
1051 if raise_exception: