Skip to content

Commit

Permalink
refactor gix-url tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 6, 2024
1 parent 530257f commit ffd9390
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ fn assert_urls_equal(expected: &baseline::GitDiagUrl<'_>, actual: &gix_url::Url)
assert_eq!(actual.path, expected.path.unwrap_or_default());
}

#[allow(clippy::module_inception)]
mod baseline {
use bstr::{BStr, BString, ByteSlice};
use gix_testtools::once_cell::sync::Lazy;
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions gix-url/tests/url.rs → gix-url/tests/url/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ pub type Error = Box<dyn std::error::Error>;
pub type Result = std::result::Result<(), Error>;

mod access;
mod baseline;
mod expand_path;
mod fuzzed;
mod parse;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ffd9390

Please sign in to comment.