veekun_pokedex/pokedex/tests
Petr Viktorin 85d779ba83 Move Markdown handling to the translation classes
- the Session has a `pokedex_link_maker` property, whose `object_url`
  method is used to make URLs in Markdown
- pokemon.names_table.name is now an ordinary Unicode column
- pokemon.name is a MarkdownString that is aware of the session and the
  language the string is in
- pokemon.name_map is a dict-like association_proxy of the above
- move.effect works similarly, with transparent $effect_chance substitution
  as before
2011-04-28 23:42:56 +03:00
..
__init__.py Fixed lookup tests to, um, run. 2010-03-28 22:18:27 -07:00
test_database_sanity.py Lots of encounters were using slots that claimed to be for other games. #297 #281 2011-01-27 20:44:56 -08:00
test_lookup.py Don't recreate the lookup index in tests 2011-04-28 23:31:38 +03:00
test_media.py Fix discrepancy between media-accessors branches. 2011-04-17 22:35:24 -07:00
test_roomaji.py Add Czech romanization 2011-03-29 17:46:41 +03:00
test_schema.py Move Markdown handling to the translation classes 2011-04-28 23:42:56 +03:00
test_strings.py Move Markdown handling to the translation classes 2011-04-28 23:42:56 +03:00
test_translations.py Reading, merging, and writing translations 2011-04-11 17:03:27 +03:00
test_util.py Move the rest of pokedex.util.get to pokedex.db.util 2011-04-17 22:34:05 -07:00