Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ test_empty_solve
Function
test_empty_solve
tests/test_assembly.py:1971–1974 ·
view source on GitHub ↗
(nested_assy)
Source
from the content-addressed store, hash-verified
1969
1970
1971
def
test_empty_solve(nested_assy):
1972
1973
with
pytest.raises(ValueError):
1974
nested_assy.solve()
1975
1976
1977
def
test_expression_grammar(nested_assy):
Callers
nothing calls this directly
Calls
1
solve
Method · 0.45
Tested by
no test coverage detected