예제 #1
0
파일: tests.py 프로젝트: quantum13/hgh
 def test_hero_stats(self):
     """
     tests correct getting stats of hero
     """
     hero = Hero(
         attack_github = 2,
         attack_own = 3
     )
     assert hero.get_attack() == 5