Exemple #1
0
def test_is_structured_config_frozen_with_invalid_obj() -> None:
    assert not _utils.is_structured_config_frozen(10)
Exemple #2
0
def test_is_structured_config_frozen_with_invalid_obj() -> None:
    with pytest.raises(ValueError):
        _utils.is_structured_config_frozen(10)