aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/vcs_test/src
Commit message (Collapse)AuthorAgeFilesLines
* Update test_vault_setup_and_member_register.rs魏曹先生2025-09-251-1/+1
|
* Update lib.rs魏曹先生2025-09-251-0/+3
|
* Add tests魏曹先生2025-09-251-0/+248
|
* Fix clippy warnings in test files魏曹先生2025-09-252-88/+78
| | | | | | | - Convert manual async functions to async fn syntax - Replace assert_eq!(true/false, ...) with assert!(...) and assert!(!...) - Fix useless vec warning by using array directly - All tests continue to pass after optimizations
* Rename `env` to `vcs`魏曹先生2025-09-252-10/+10
|
* Rename `env` to `vcs`魏曹先生2025-09-253-0/+260