MCPcopy
hub / github.com/CadQuery/cadquery / test_shape

Function test_shape

tests/test_pickle.py:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36
37def test_shape():
38
39 s = Shape(box(1, 1, 1).wrapped)
40
41 assert isinstance(loads(dumps(s)), Shape)
42
43
44def test_assy():

Callers

nothing calls this directly

Calls 2

ShapeClass · 0.90
boxFunction · 0.85

Tested by

no test coverage detected