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

Function test_imprint_error

tests/test_free_functions.py:642–649  ·  view source on GitHub ↗
(patch_find)

Source from the content-addressed store, hash-verified

640
641
642def test_imprint_error(patch_find):
643
644 b1 = box(1, 1, 1)
645 b2 = b1.moved(x=1)
646
647 history = History()
648
649 _ = imprint(b1, b2, history=history)
650
651
652def test_setThreads():

Callers

nothing calls this directly

Calls 4

HistoryClass · 0.90
boxFunction · 0.85
imprintFunction · 0.50
movedMethod · 0.45

Tested by

no test coverage detected