MCPcopy Index your code
hub / github.com/CadQuery/cadquery / test_circle

Function test_circle

tests/test_free_functions.py:415–421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

413
414
415def test_circle():
416
417 s = circle(1)
418
419 assert s.isValid()
420 assert s.IsClosed()
421 assert s.Length() == approx(2 * pi)
422
423
424def test_ellipse():

Callers

nothing calls this directly

Calls 4

circleFunction · 0.85
isValidMethod · 0.80
IsClosedMethod · 0.80
LengthMethod · 0.45

Tested by

no test coverage detected