summaryrefslogtreecommitdiff
path: root/crates/vcs/vcs_test/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-25 17:22:05 +0800
committerGitHub <noreply@github.com>2025-09-25 17:22:05 +0800
commit3497a285c430d0390bfa074c6f9dab5c732b59a1 (patch)
tree243626035d251cf5d19deee9845ebe6af2a6582a /crates/vcs/vcs_test/src/lib.rs
parent647cc441eece20218d7387f37d94042e88042057 (diff)
parent06b2e2b384da34e30688d1a217859c5cf68ca3bd (diff)
Merge pull request #6 from JustEnoughVCS/jvcs_dev
Jvcs dev
Diffstat (limited to 'crates/vcs/vcs_test/src/lib.rs')
-rw-r--r--crates/vcs/vcs_test/src/lib.rs3
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() {