Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ test_selected_faces
Function
test_selected_faces
tests/test_sketch.py:944–948 ·
view source on GitHub ↗
(s3)
Source
from the content-addressed store, hash-verified
942
943
944
def
test_selected_faces(s3):
945
946
# check that _selected_faces raises without selection
947
with
raises(ValueError):
948
s3._selected_faces()
949
950
951
def
test_iter(s1):
Callers
nothing calls this directly
Calls
1
_selected_faces
Method · 0.80
Tested by
no test coverage detected