mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
ad429ab128
Roserade and Roselia were mistakenly sharing dex number 72. Presumably an error from the original X/Y spreadsheet. I guess we never reripped these after 3DS rom dumping became possible. Regardless of how it happened, add a test and some database constraints to ensure that it doesn't happen again. - Add a test for gaps in pokedex numbers - Add uniqueness constraints to pokemon_dex_numbers. A species can only appear once per pokedex, and a number cannot be used more than once per pokedex. |
||
---|---|---|
.. | ||
__init__.py | ||
test_database_sanity.py | ||
test_docs.py | ||
test_lookup.py | ||
test_media.py | ||
test_roomaji.py | ||
test_schema.py | ||
test_strings.py | ||
test_translations.py | ||
test_util.py |