nabicht / SimpleTaskQueue

A simple task queue used for coordinating distributed, parallel work.
4 stars 0 forks source link

be able to run client / server interaction as unit tests #86

Open nabicht opened 5 years ago

nabicht commented 5 years ago

right now I do it as one off scripts but would be great if I could do it as a unit test.

Probably requires a way to close the server remotely too.