TelluricDeckay/ionic_deckhandler

Add test to make sure there are no duplicates in the deck

开放

#3 创建于 2020年8月12日

 (1 条评论) (0 个反应) (0 位负责人)Rust (0 个派生)auto 404
good first issuetest

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I think a useful test would be to make sure there are no duplicates (e. g., 5 of clubs and 5 of clubs) after the deck is shuffled, and that the deck still consists of 52 cards.

Duplicates are impossible with the current code, but the test will help if the code is ever changed.

贡献者指南