Skip to content

Commit

Permalink
Update type chart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Oct 31, 2019
1 parent 3319ab1 commit 5322815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_utils.py → test/test_data.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# -*- coding: utf-8 -*-

from poke_env.utils import compute_type_chart, TYPE_CHART
from poke_env.data import TYPE_CHART, TYPE_CHART_PATH
from poke_env.utils import compute_type_chart
from poke_env.environment.pokemon_type import PokemonType


def test_type_chart_corresponds_to_compute_type_chart():
assert compute_type_chart() == TYPE_CHART
assert compute_type_chart(TYPE_CHART_PATH) == TYPE_CHART


def test_types_correspond_to_type_chart_entries():
Expand Down

0 comments on commit 5322815

Please sign in to comment.