Ejemplo n.º 1
0
 def test_slots(self):
   """ test we can make a config and add slots """
   slots = ['QB', 'RB1', 'RB2', 'WR1', 'WR2', 'TE', 'FLEX', 'K', 'D']
   config = Configuration(slots, 100)
   self.assertEquals(config.get_slots(), slots)