Example #1
0
	def test_cell_enliven_method(self):
		cell = Cell(0, 0)
		cell.enliven()
		self.assertTrue(cell.is_alive())