move tests
This commit is contained in:
parent
1cd57845a1
commit
60bdb83b6b
@ -2,18 +2,16 @@
|
||||
|
||||
mod config;
|
||||
mod exit_listener;
|
||||
mod internet;
|
||||
mod logging;
|
||||
mod message_handler;
|
||||
mod network_change_listener;
|
||||
mod public_ip;
|
||||
pub mod utils;
|
||||
|
||||
mod tests;
|
||||
mod internet;
|
||||
|
||||
pub use internet::CloudflareClient;
|
||||
pub use config::{get_config_path, read_config, Config};
|
||||
pub use exit_listener::ExitListener;
|
||||
pub use internet::CloudflareClient;
|
||||
pub use logging::init_logger;
|
||||
pub use message_handler::MessageHandler;
|
||||
pub use network_change_listener::NetworkChangeListener;
|
||||
|
@ -1,2 +0,0 @@
|
||||
#[cfg(test)]
|
||||
mod config_serialization;
|
@ -1,4 +1,4 @@
|
||||
use crate::Config;
|
||||
use dynip_cloudflare::Config;
|
||||
use std::time::Duration;
|
||||
use toml;
|
||||
|
Loading…
x
Reference in New Issue
Block a user