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

Function assert_names

tests/module/scene/test_scene.py:76–79  ·  view source on GitHub ↗
(mobjs, names)

Source from the content-addressed store, hash-verified

74
75def test_replace(dry_run):
76 def assert_names(mobjs, names):
77 assert len(mobjs) == len(names)
78 for i in range(0, len(mobjs)):
79 assert mobjs[i].name == names[i]
80
81 scene = Scene()
82

Callers 1

test_replaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected