mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-09 12:01:58 +00:00
Move worktree tests into their own file (#2608)
The worktree has a lot of tests. Let's reduce their indentation, and make it easier to navigate to them. We deserve it. Just doing this in its own PR, to minimize conflicts. Release Notes: - N/A
This commit is contained in:
commit
77367bf2e4
3 changed files with 1605 additions and 1602 deletions
|
@ -7,6 +7,8 @@ pub mod worktree;
|
|||
|
||||
#[cfg(test)]
|
||||
mod project_tests;
|
||||
#[cfg(test)]
|
||||
mod worktree_tests;
|
||||
|
||||
use anyhow::{anyhow, Context, Result};
|
||||
use client::{proto, Client, TypedEnvelope, UserStore};
|
||||
|
|
File diff suppressed because it is too large
Load diff
1523
crates/project/src/worktree_tests.rs
Normal file
1523
crates/project/src/worktree_tests.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue