Esempio n. 1
0
 def test_dispose(self):
     d = Deck()
     d.dispose()
     self.assertEqual(len(d.cards), 0)