Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ test_save_no_filename
Function
test_save_no_filename
src/bcf/tests/v2/test_bcf_xml.py:78–81 ·
view source on GitHub ↗
(build_sample)
Source
from the content-addressed store, hash-verified
76
77
78
def
test_save_no_filename(build_sample) -> None:
79
bcf, _ = build_sample
80
with
pytest.raises(ValueError):
81
bcf.save()
82
83
84
def
test_load_no_filename() -> None:
Callers
nothing calls this directly
Calls
1
save
Method · 0.45
Tested by
no test coverage detected