コード例 #1
0
ファイル: test_comment.py プロジェクト: minamorl/everything
def test_vote_count():
    comment1 = Comment(body, voted_users)
    assert comment1.vote_count() == len(voted_users)