diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-25 17:21:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-25 17:21:03 +0800 |
| commit | e162c196dfb967b4c219ec056c81c4a6d450d8a1 (patch) | |
| tree | 8fdb45a956957fd5346d62f6647fe329bf6c1251 /crates | |
| parent | fdad3dbaeb0455a3d2aa4516a60ceb6e118f671e (diff) | |
Update lib.rs
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/vcs/vcs_test/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/vcs/vcs_test/src/lib.rs b/crates/vcs/vcs_test/src/lib.rs index 357ea3f..d9e6f94 100644 --- a/crates/vcs/vcs_test/src/lib.rs +++ b/crates/vcs/vcs_test/src/lib.rs @@ -8,6 +8,9 @@ pub mod test_vault_setup_and_member_register; #[cfg(test)] pub mod test_virtual_file_creation_and_update; +#[cfg(test)] +pub mod test_local_workspace_setup_and_account_management; + pub async fn get_test_dir(area: &str) -> Result<PathBuf, std::io::Error> { let dir = current_dir()?.join(".temp").join("test").join(area); if !dir.exists() { |
