Exemplo n.º 1
0
	def test_cell_dies_method(self):
		cell = Cell(0, 0, True)
		cell.dies()
		self.assertFalse(cell.is_alive())