TelluricDeckay/ionic_deckhandler

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

Offen

#3 geöffnet am 12.08.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
good first issuetest

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide