rename test files to test_* prefix for pytest discovery and fix missing add_pset name arg

This commit is contained in:
Andrej730
2026-03-20 12:20:30 +05:00
parent 1a8b17e235
commit ea3f71b4e0
3 changed files with 1 additions and 1 deletions
@@ -95,7 +95,7 @@ def test_bug_2486_a():
file = ifcopenshell.api.project.create_file()
mymaterial = ifcopenshell.api.material.add_material(file)
pset = ifcopenshell.api.pset.add_pset(file, product=mymaterial)
pset = ifcopenshell.api.pset.add_pset(file, product=mymaterial, name="Foo")
ifcopenshell.api.pset.edit_pset(
file,
pset=pset,