mirror of
https://github.com/netravnen/devicetype-library.git
synced 2024-05-10 07:55:01 +00:00
Update test_definitions.py
This commit is contained in:
@ -51,4 +51,4 @@ def test_definition(file_path):
|
||||
try:
|
||||
validate(definition, schema=schema)
|
||||
except ValidationError as e:
|
||||
pytest.fail(f"{file_path} failed validation: {e}")
|
||||
pytest.fail(f"{file_path} failed validation: {e}", False)
|
||||
|
Reference in New Issue
Block a user