MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / test_save_no_filename

Function test_save_no_filename

src/bcf/tests/v3/test_bcf_xml.py:79–82  ·  view source on GitHub ↗
(build_sample)

Source from the content-addressed store, hash-verified

77
78
79def test_save_no_filename(build_sample) -> None:
80 bcf, _ = build_sample
81 with pytest.raises(ValueError):
82 bcf.save()
83
84
85def test_load_no_filename() -> None:

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected