Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_cmakecache.py41 def test_cmakecacheentry_to_bool(cmake_bool, expected_bool): argument
42 with pytest.raises(expected_bool) if \
43 not isinstance(expected_bool, bool) else nullcontext() as exception:
47 assert b == expected_bool