Searched refs:expected_bool (Results 1 – 1 of 1) sorted by relevance
41 def test_cmakecacheentry_to_bool(cmake_bool, expected_bool): argument42 with pytest.raises(expected_bool) if \43 not isinstance(expected_bool, bool) else nullcontext() as exception:47 assert b == expected_bool