-
Couldn't load subscription status.
- Fork 15
Description
I've been going through the test suite and noticed that it primarily consists of unit tests. While unit tests are invaluable for checking the functionality of individual components, I believe it would greatly benefit the library to also have a suite of integration tests.
Understanding how the library interacts with real game servers is essential, given that this is its primary application. Current unit tests do an excellent job of validating the standalone functions of the library, yet they fall short in shedding light on the dynamics between these functions in a live server context. In addition to this, having integration tests would significantly improve the quality of life for developers.