anki/tests
Joel Kitching 975ca90225 don't rely on cwd in media.py
media.py sets CWD to the media directory of the collection
(collection.media), and relies on that directory being
maintained as CWD throughout execution.  The original CWD
is restored in the close() function.

Remove reliance on CWD being set and maintained throughout
execution of media.py.  Improves portability and usability
in different codebases.
2017-03-07 15:55:40 +08:00
..
support update note type on apkg import when only templates have changed 2014-06-28 13:51:30 -05:00
__init__.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
shared.py start port to python 3 2016-05-12 14:45:35 +10:00
test_cards.py start port to python 3 2016-05-12 14:45:35 +10:00
test_collection.py start port to python 3 2016-05-12 14:45:35 +10:00
test_decks.py start port to python 3 2016-05-12 14:45:35 +10:00
test_exporting.py start port to python 3 2016-05-12 14:45:35 +10:00
test_find.py Test special characters in tag search 2017-02-28 08:11:32 +09:30
test_importing.py start port to python 3 2016-05-12 14:45:35 +10:00
test_latex.py fix latex check 2016-07-04 17:07:48 +10:00
test_media.py don't rely on cwd in media.py 2017-03-07 15:55:40 +08:00
test_models.py fix conditional templates 2016-06-30 22:23:31 +10:00
test_sched.py fix unit test on python 3.6 2017-02-27 14:29:23 +10:00
test_stats.py getEmptyDeck() -> getEmptyCol() 2014-06-03 17:38:47 +09:00
test_sync.py use a constant for the starting factor 2017-02-08 17:28:12 +10:00
test_undo.py start port to python 3 2016-05-12 14:45:35 +10:00