Add unit tests

This commit is contained in:
jude
2024-02-24 15:01:54 +00:00
parent dd7e681285
commit 53e13844f9
6 changed files with 177 additions and 0 deletions

View File

@@ -1,21 +1,41 @@
#[cfg(not(test))]
pub mod allowed_dm;
#[cfg(not(test))]
mod autocomplete;
#[cfg(not(test))]
pub mod clock;
#[cfg(not(test))]
pub mod clock_context_menu;
#[cfg(not(test))]
pub mod command_macro;
pub mod dashboard;
#[cfg(not(test))]
pub mod delete;
#[cfg(not(test))]
pub mod donate;
#[cfg(not(test))]
pub mod help;
#[cfg(not(test))]
pub mod info;
#[cfg(not(test))]
pub mod look;
#[cfg(not(test))]
pub mod multiline;
#[cfg(not(test))]
pub mod nudge;
#[cfg(not(test))]
pub mod offset;
#[cfg(not(test))]
pub mod pause;
#[cfg(not(test))]
pub mod remind;
#[cfg(not(test))]
pub mod settings;
#[cfg(not(test))]
pub mod timer;
#[cfg(not(test))]
pub mod timezone;
#[cfg(not(test))]
pub mod todo;
#[cfg(not(test))]
pub mod webhook;