예제 #1
0
	def testTamanhoSequencia(self):
		self.assertEquals(0, EstatisticaFabrique.noveau(self.seq).tamanho())
예제 #2
0
	def testValorMaximo(self):
		self.assertEquals(9, EstatisticaFabrique.noveau(self.seq).maximo())
예제 #3
0
	def testMediaDeValores(self):
		self.assertEquals(3.8, EstatisticaFabrique.noveau(self.seq).media())		
예제 #4
0
	def testValorMinimo(self):
		self.assertEquals(-4, EstatisticaFabrique.noveau(self.seq).minimo())