From 01ba8d77ecfdff03a0f671d94b225aeb57578d94 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 27 Apr 2011 22:50:14 +0300 Subject: [PATCH] =?UTF-8?q?Add=20some=20tests=20for=20form-changing=20&=20?= =?UTF-8?q?event=20pok=C3=A9mon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pokedex/tests/test_movesets.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pokedex/tests/test_movesets.py b/pokedex/tests/test_movesets.py index b8896b8..e4c6db1 100644 --- a/pokedex/tests/test_movesets.py +++ b/pokedex/tests/test_movesets.py @@ -11,6 +11,7 @@ NO ditto psystrike aeroblast mist-ball judgment OK metapod tackle harden OK lugia aeroblast punishment dive snore OK yanmega bug-bite bug-buzz tackle whirlwind +OK yanmega whirlwind OK crobat brave-bird quick-attack gust zen-headbutt OK bagon defense-curl fire-fang hydro-pump shadow-claw OK volcarona endure toxic fly fire-blast @@ -45,6 +46,15 @@ OK pikachu reversal bide nasty-plot discharge NO pikachu surf charge NO blissey wish counter NO clefairy copycat dynamicpunch +OK rotom overheat +OK rotom blizzard +NO rotom overheat blizzard +OK deoxys superpower amnesia spikes taunt +OK deoxys counter extremespeed spikes pursuit +OK pikachu reversal bide nasty-plot discharge +NO pikachu surf charge +OK pikachu volt-tackle encore headbutt grass-knot +OK suicune extremespeed dig icy-wind bite """ result_map = {'OK': True, 'NO': False}