unit test update pending more info from hume

This commit is contained in:
Damien Elmes 2012-07-05 04:37:26 +09:00
parent 49ec362ea3
commit 7aa9691334

View file

@ -737,6 +737,14 @@ def test_cram_resched():
c.load()
assert c.ivl == 100
assert c.due == -25
# lapsed card pulled into cram
# d.sched._cardConf(c)['lapse']['mult']=0.5
# d.sched.answerCard(c, 1)
# d.sched.rebuildDyn(did)
# d.reset()
# c = d.sched.getCard()
# d.sched.answerCard(c, 2)
# print c.__dict__
def test_adjIvl():
d = getEmptyDeck()