diff --git a/source/tristanable/manager.d b/source/tristanable/manager.d index 862d8bd..60322d9 100644 --- a/source/tristanable/manager.d +++ b/source/tristanable/manager.d @@ -60,4 +60,14 @@ public class Manager // TODO: Unlock queue } +} + + +unittest +{ + // TODO: Spawn server here + + // TODO: wait for server to activate + // TODO: register tristanable quues + // TODO: make server then send something to us and chekc if queues active } \ No newline at end of file