Update test_validate_rocksdb.py

This commit is contained in:
Thomas Krijnen
2025-09-11 10:07:39 +02:00
committed by GitHub
parent 05e8680b48
commit db832946e6
@@ -48,7 +48,7 @@ def test_file(file):
ifcopenshell.validate.validate(rocks, logger)
except ifcopenshell.SchemaError as e:
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)
if file.startswith("fail-"):
assert len(logger.statements) > 0