Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_scl.py138 def test_yaml_load(caplog, fail_parsing): argument
142 if fail_parsing:
162 with pytest.raises(ScannerError) if fail_parsing else nullcontext():
167 if not fail_parsing: