software-challenge / backend

Server, Client und Spiel-Plugins der Software-Challenge Germany
https://www.software-challenge.de
11 stars 10 forks source link

test(server): extend Lobby testing #363

Closed xeruf closed 3 years ago

xeruf commented 3 years ago

the aim is to consolidate it with the other tests (i.e. RequestTest and the like) and expand coverage

based on #382 because that solves some precursive issues

xeruf commented 3 years ago

RequestTest has just become a lot more manageable and reliable :tada:

xeruf commented 3 years ago

whoopsie - apparently some tests stopped running, that's why it all looks so smooth -.- https://github.com/junit-team/junit5/issues/1914

xeruf commented 3 years ago

I've started embracing fancy Kotest matchers with which the tests and failures finally made sense to me ;) I ran the tests multiple times and am seeing no failures at all anymore

xeruf commented 3 years ago

This is getting quite big, but I guess I'll go with it - the tests are still not fully fixed

xeruf commented 3 years ago

oh yeah, it's all working!