iamlogand / republic-of-rome-online

An online adaptation of The Republic of Rome, a strategy board game
https://www.roronline.com/
MIT License
5 stars 2 forks source link

Add test coverage for the faction phase #341

Closed iamlogand closed 12 months ago

iamlogand commented 1 year ago

Add test coverage for the faction phase. Simultaneously refactor related functions so that the main ones are suitable for being called from outside the HTTP cycle, such as when using the Django interactive console or in Django tests. When refactoring, ensure that the functions comply with the single-responsibility principle.