Get a basic first test working, and lots of changes to supporting code to facilitate this

This commit is contained in:
James Wilson
2021-07-09 17:27:49 +01:00
parent c043393e28
commit 28be68e65f
17 changed files with 980 additions and 350 deletions
+1 -1
View File
@@ -231,4 +231,4 @@ impl FeedMessageWrite for AddedNode<'_> {
&node.startup_time(),
));
}
}
}
-14
View File
@@ -308,17 +308,3 @@ where
// loop ended; give socket back to parent:
(tx_to_aggregator, websocket)
}
#[cfg(test)]
pub mod test {
use test_utils::test_simple;
#[test]
fn test_feed_connection () {
}
}