Home
last modified time | relevance | path

Searched refs:PytestHarnessException (Results 1 – 2 of 2) sorted by relevance

/scripts/pylib/twister/twisterlib/
A Dharness.py220 raise PytestHarnessException('The parameter robot_testsuite is mandatory')
364 class PytestHarnessException(Exception): class
383 except PytestHarnessException as pytest_exception:
433 raise PytestHarnessException(
455 raise PytestHarnessException('Hardware is not available')
/scripts/tests/twister/
A Dtest_harness.py28 PytestHarnessException,
586 with pytest.raises(PytestHarnessException) as exinfo:

Completed in 5 milliseconds