veekun_pokedex/pokedex/tests
Petr Viktorin ab2baaa759 Update media accessors wrt repo split
All accessors now take a `root` arg, the root of the media tree.
Alternatively `root` can be a custom MediaFile subclass, which should allow
neat tricks like:
- Checking some kind of manifest to prevent stat() calls
- Custom properties of the file objects (e.g. for HTML <img> tags)
- Downloading the media on demand

Tests assume media is at pokedex/data/media, skip otherwise.
2011-05-06 12:26:17 +03:00
..
__init__.py Fixed lookup tests to, um, run. 2010-03-28 22:18:27 -07:00
test_database_sanity.py Don't set autoincrement for ids with zeroes. Test included. #580 2011-04-28 23:45:43 +03:00
test_lookup.py Pokemon species split: Tests 2011-05-06 12:26:16 +03:00
test_media.py Update media accessors wrt repo split 2011-05-06 12:26:17 +03:00
test_roomaji.py Add Czech romanization 2011-03-29 17:46:41 +03:00
test_schema.py Pokemon species split: Tests 2011-05-06 12:26:16 +03:00
test_strings.py Pokemon species split: Tests 2011-05-06 12:26:16 +03:00
test_translations.py Reading, merging, and writing translations 2011-04-11 17:03:27 +03:00
test_util.py Pokemon species split: utilities. 2011-05-06 12:26:16 +03:00