mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
Update test_validate_rocksdb.py
This commit is contained in:
@@ -48,7 +48,7 @@ def test_file(file):
|
|||||||
ifcopenshell.validate.validate(rocks, logger)
|
ifcopenshell.validate.validate(rocks, logger)
|
||||||
except ifcopenshell.SchemaError as e:
|
except ifcopenshell.SchemaError as e:
|
||||||
pytest.skip()
|
pytest.skip()
|
||||||
# ifcopenshell.validate.log_internal_cpp_errors(None, file, logger, log_content=log)
|
ifcopenshell.validate.log_internal_cpp_errors(None, file, logger, log_content=log)
|
||||||
file = os.path.basename(file)
|
file = os.path.basename(file)
|
||||||
if file.startswith("fail-"):
|
if file.startswith("fail-"):
|
||||||
assert len(logger.statements) > 0
|
assert len(logger.statements) > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user