Start to write e2e tests

This commit is contained in:
2022-09-01 15:03:20 +02:00
parent caa62b8e49
commit 43a6d2c3a2
9 changed files with 369 additions and 29 deletions

View File

@ -74,7 +74,7 @@ impl ServerConfig {
#[cfg(test)]
mod test {
use crate::server_config::ServerConfig;
use crate::tcp_relay_server::server_config::ServerConfig;
#[test]
fn verify_cli() {