17
crates/application/tests/user.rs
Normal file
17
crates/application/tests/user.rs
Normal file
@@ -0,0 +1,17 @@
|
||||
#[path = "user/register_test.rs"]
|
||||
mod register_test;
|
||||
|
||||
#[path = "user/login_test.rs"]
|
||||
mod login_test;
|
||||
|
||||
#[path = "user/profile_test.rs"]
|
||||
mod profile_test;
|
||||
|
||||
#[path = "user/change_password_test.rs"]
|
||||
mod change_password_test;
|
||||
|
||||
#[path = "user/clear_data_test.rs"]
|
||||
mod clear_data_test;
|
||||
|
||||
#[path = "user/delete_user_test.rs"]
|
||||
mod delete_user_test;
|
||||
Reference in New Issue
Block a user