Skip to content

Commit ea3f71b

Browse files
committed
rename test files to test_* prefix for pytest discovery and fix missing add_pset name arg
1 parent 1a8b17e commit ea3f71b

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/ifcopenshell-python/test/file_gc.py renamed to src/ifcopenshell-python/test/test_file_gc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_bug_2486_a():
9595
file = ifcopenshell.api.project.create_file()
9696

9797
mymaterial = ifcopenshell.api.material.add_material(file)
98-
pset = ifcopenshell.api.pset.add_pset(file, product=mymaterial)
98+
pset = ifcopenshell.api.pset.add_pset(file, product=mymaterial, name="Foo")
9999
ifcopenshell.api.pset.edit_pset(
100100
file,
101101
pset=pset,
File renamed without changes.

src/ifcopenshell-python/test/instance_string_formatting.py renamed to src/ifcopenshell-python/test/test_instance_string_formatting.py

File renamed without changes.

0 commit comments

Comments
 (0)