aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-12-15feat: Hand ranking APIPaul Harrison
Hand ranking API with a health check root endpoint and rank endpoint.
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.
2022-12-15chore: Introduce card factoryPaul Harrison
2022-12-15feat: Ensure hand comprises unique cardsPaul Harrison
2022-12-15chore: Add helpful make commands and run lintingPaul Harrison
2022-12-15feat: Implement auto-naming string enumPaul Harrison
2022-12-15chore: Initial project setupPaul Harrison