Added tests for form lookup, fixing the suite.
authorEevee <git@veekun.com>
Wed, 1 Dec 2010 20:06:45 +0000 (12:06 -0800)
committerEevee <git@veekun.com>
Wed, 1 Dec 2010 20:06:45 +0000 (12:06 -0800)
pokedex/tests/test_lookup.py

index 36f11a1..a5c30c4 100644 (file)
@@ -28,7 +28,8 @@ def test_exact_lookup():
 
         # Forms
         (u'Rotom',          'pokemon',      479),
-        (u'Wash Rotom',     'pokemon',      504),
+        (u'Wash Rotom',     'pokemon_forms',10059),
+        (u'East Shellos',   'pokemon_forms',10039),
 
         # Other languages
         (u'イーブイ',       'pokemon',      133),