Ejemplo n.º 1
0
 def test_getAllCards(self):
     fc = FlashcardsFile(StringIO(testfile)).read()
     self.assertEqual(fc.getAllCards(), testcards)
Ejemplo n.º 2
0
 def test_fieldnames(self):
     fc = FlashcardsFile(StringIO(testfile)).read()
     self.assertEqual(['FRONTSIDE', 'BACKSIDE', 'LASTSHOWNDATE', 'NEXTSHOWDATE'], fc.fieldnames())