added unit tests for sender and receiver

This commit is contained in:
Patryk Hegenberg 2024-04-28 01:43:24 +02:00
parent 97d1ff9323
commit a362d8ce5c
5 changed files with 323 additions and 31 deletions

View file

@ -110,6 +110,7 @@ pub enum JsonPacketResponse {
/// written from the perspective of the user and should give the user enough
/// information to understand what went wrong and how they might be able to
/// fix the problem.
#[derive(Debug, PartialEq)]
pub enum Status {
/// Indicates that the event loop should continue processing events.
Continue(),