23
crates/application/tests/entry.rs
Normal file
23
crates/application/tests/entry.rs
Normal file
@@ -0,0 +1,23 @@
|
||||
#[path = "entry/create_entry_test.rs"]
|
||||
mod create_entry_test;
|
||||
|
||||
#[path = "entry/update_entry_test.rs"]
|
||||
mod update_entry_test;
|
||||
|
||||
#[path = "entry/delete_entry_test.rs"]
|
||||
mod delete_entry_test;
|
||||
|
||||
#[path = "entry/get_entry_test.rs"]
|
||||
mod get_entry_test;
|
||||
|
||||
#[path = "entry/list_entries_test.rs"]
|
||||
mod list_entries_test;
|
||||
|
||||
#[path = "entry/filter_test.rs"]
|
||||
mod filter_test;
|
||||
|
||||
#[path = "entry/mood_stats_test.rs"]
|
||||
mod mood_stats_test;
|
||||
|
||||
#[path = "entry/replace_activity_test.rs"]
|
||||
mod replace_activity_test;
|
||||
Reference in New Issue
Block a user