mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
rename test files to test_* prefix for pytest discovery and fix missing add_pset name arg
This commit is contained in:
+1
-1
@@ -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,
|
||||
Reference in New Issue
Block a user