Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ test_run
Method
test_run
src/ifcopenshell-python/test/test_sql.py:45–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
44
class
TestFile:
45
def
test_run(self):
46
ifc_sqlite = get_ifc_sqlite()
47
assert ifc_sqlite.schema ==
"IFC4"
48
49
def
test_by_id(self):
50
ifc_sqlite = get_ifc_sqlite()
Callers
nothing calls this directly
Calls
1
get_ifc_sqlite
Function · 0.85
Tested by
no test coverage detected