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

Function test_doc_ref_internal

src/bcf/tests/v3/test_example_files.py:11–19  ·  view source on GitHub ↗

All the info in a BCF is parsed correctly. Uses sample file from https://github.com/buildingSMART/BCF-XML/

()

Source from the content-addressed store, hash-verified

9
10
11def test_doc_ref_internal() -> None:
12 """
13 All the info in a BCF is parsed correctly.
14
15 Uses sample file from https://github.com/buildingSMART/BCF-XML/
16 """
17 bcf_path = Path(__file__).parent / "Document reference internal.bcf"
18 with BcfXml.load(bcf_path) as bcf:
19 assert_everything_in_place(bcf)
20
21
22def test_doc_ref_internal_save() -> None:

Callers

nothing calls this directly

Calls 2

loadMethod · 0.45

Tested by

no test coverage detected