mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +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()
|
file = ifcopenshell.api.project.create_file()
|
||||||
|
|
||||||
mymaterial = ifcopenshell.api.material.add_material(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(
|
ifcopenshell.api.pset.edit_pset(
|
||||||
file,
|
file,
|
||||||
pset=pset,
|
pset=pset,
|
||||||
Reference in New Issue
Block a user