vinniefalco / BeastLounge

Massively Multiplayer Online Blackjack Game using Boost.Beast
http://beastlounge.com
Boost Software License 1.0
2 stars 0 forks source link

More test cases #18

Open benstadin opened 5 years ago

benstadin commented 5 years ago

This demo is very useful to dive deeper into Beast. I'd find it very helpful if there were more tests as part of this demo, e.g. some basic tests for the lifecycle management (like destructor called when leaving a channel) and concurrency.

vinniefalco commented 5 years ago

Well... the project is not finished yet but to be honest I have my doubts that I will be writing tests for it when I resume development later this year. However for the JSON there should be comprehensive tests and docs (since I will likely propose it for Boost).