Anki/tests
Damien Elmes b6bb03025f new history table
- rename to revlog
- change the pk to time, as we want an index on time, and the old multi-column
  index was expensive and not useful
- remove yes/no count; they can be inferred from the ease
- remove lastFactor, as it's in the previous entry
- remove delay, it can be inferred from last entry
- remove 'next' from nextInterval and nextFactor
- rename 'thinkingTime' to 'userTime'
- rename reps to rep
- migrate old data to new table, and fix some problems in the process: ease0
  -> ease1, and limit thinking time to 60 seconds as it should have been
  previously
2011-04-28 09:21:07 +09:00
..
deck support media for memory backed files 2009-01-04 07:40:32 +09:00
importing remove views and pre 0.9.9.8.6 upgrade code; upgrade test decks to 0.9.9.8.6 2011-04-28 09:21:06 +09:00
syncing/media-tests remove views and pre 0.9.9.8.6 upgrade code; upgrade test decks to 0.9.9.8.6 2011-04-28 09:21:06 +09:00
__init__.py initial commit from hg 2008-09-27 23:50:03 +09:00
shared.py initial commit from hg 2008-09-27 23:50:03 +09:00
test_deck.py use a checksum for field values; fixed import->update number 2011-04-28 09:21:06 +09:00
test_exporting.py don't backup in unit tests 2010-02-20 10:03:47 +09:00
test_importing.py add ability to update fields when importing 2010-11-26 01:36:24 +09:00
test_media.py rewrite media support 2010-12-11 01:19:31 +09:00
test_sync.py new history table 2011-04-28 09:21:07 +09:00
test_utils.py do need to rebuild counts on export 2008-11-21 15:46:17 +09:00