- Documented unit test
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-30 12:54:11 +02:00
parent 84e9b401a0
commit d93e96f0f8
1 changed files with 5 additions and 2 deletions

View File

@ -154,10 +154,13 @@ version(unittest)
import std.stdio;
}
/**
* Create a server that encodes a message to the client
* and then let the client decode it from us; both making
* use of `BClient` to accomplish this
*/
unittest
{
// TODO: Add a socket unit test here
UnixAddress unixAddr = new UnixAddress("/tmp/bformatServer.sock");
scope(exit)