MCPcopy
hub / github.com/ManimCommunity/manim / test_create

Function test_create

tests/test_graphical_units/test_creation.py:10–12  ·  view source on GitHub ↗
(scene)

Source from the content-addressed store, hash-verified

8
9@frames_comparison(last_frame=False)
10def test_create(scene):
11 square = Square()
12 scene.play(Create(square))
13
14
15@frames_comparison(last_frame=False)

Callers

nothing calls this directly

Calls 3

SquareClass · 0.85
CreateClass · 0.85
playMethod · 0.45

Tested by

no test coverage detected