mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-25 04:47:58 +00:00
Write some basic test utils to get going; time to start trying them
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user