MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / test_scale

Method test_scale

tests.py:35–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.assertTrue(30 - yaw < 0.01)
34
35 def test_scale(self):
36 self.actor.set_actor_scale(3, 5, 7)
37 scale = self.actor.get_actor_scale()
38 self.assertEqual(scale, (3, 5, 7))
39
40class TestPlayer(unittest.TestCase):
41 def setUp(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected