mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
unit test update pending more info from hume
This commit is contained in:
parent
49ec362ea3
commit
7aa9691334
1 changed files with 8 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue