(self)
| 39 | |
| 40 | class 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) |
nothing calls this directly
no outgoing calls
no test coverage detected