init
Some checks failed
CI / ci (push) Failing after 1m48s

This commit is contained in:
2026-08-25 23:24:36 +02:00
commit 95739892de
466 changed files with 33918 additions and 0 deletions

View 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;