aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/vcs_test/src
Commit message (Collapse)AuthorAgeFilesLines
* 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