Write some basic test utils to get going; time to start trying them

This commit is contained in:
James Wilson
2021-07-07 17:25:59 +01:00
parent f2adead2e9
commit c043393e28
7 changed files with 182 additions and 74 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
// A helper to spawn or connect to shard/core processes and hand back connections to them
pub mod connect_to_servers;
/// A wrapper around soketto to simplify the process of establishing connections
pub mod ws_client;
pub mod connect_to_servers;
/// A helper to construct simple test cases involving a single shard and feed.
pub mod test_simple;