Skip to content

Commit

Permalink
Remove an incorrect test case #80
Browse files Browse the repository at this point in the history
  • Loading branch information
7pairs committed Mar 6, 2015
1 parent 1ab7ec2 commit aef94a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_baseball.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,12 +569,12 @@ def test_get_champions_02():
tools.assert_equal(('楽天', '巨人'), result)


def test_get_champions_of_this_year_01():
"""
get_champions_of_this_year():2014年の優勝チームを返すことを確認する。
"""
result = baseball.get_champions_of_this_year()
tools.assert_equal(('ソフトバンク', '巨人'), result)
# def test_get_champions_of_this_year_01():
# """
# get_champions_of_this_year():2014年の優勝チームを返すことを確認する。
# """
# result = baseball.get_champions_of_this_year()
# tools.assert_equal(('ソフトバンク', '巨人'), result)


def test_parse_ranking_01():
Expand Down

0 comments on commit aef94a1

Please sign in to comment.