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:
Max Brunsfeld 2023-06-13 10:50:49 -07:00 committed by GitHub
commit 77367bf2e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1605 additions and 1602 deletions

View file

@ -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

File diff suppressed because it is too large Load diff