aboutsummaryrefslogtreecommitdiff
path: root/tests/test_rank.py
AgeCommit message (Collapse)Author
2022-12-15feat: Construct ranked hand with descriptionPaul Harrison
Refactors rank test functions to retern details required for description, then return RankedHand from rank_hand function.
2022-12-15feat: Get hand rankPaul Harrison
Method to get rank of a given hand.