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

Method setUp

tests.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40class TestPlayer(unittest.TestCase):
41 def setUp(self):
42 self.actor = tests.tester_actor
43
44 def test_create_player(self):
45 self.assertEqual(self.actor.get_num_players(), 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected