Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffd9390

Browse files
committedDec 6, 2024··
refactor gix-url tests
1 parent 530257f commit ffd9390

File tree

10 files changed

+3
-0
lines changed

10 files changed

+3
-0
lines changed
 
File renamed without changes.

‎gix-url/tests/baseline.rs renamed to ‎gix-url/tests/url/baseline.rs

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ fn assert_urls_equal(expected: &baseline::GitDiagUrl<'_>, actual: &gix_url::Url)
164164
assert_eq!(actual.path, expected.path.unwrap_or_default());
165165
}
166166

167+
#[allow(clippy::module_inception)]
167168
mod baseline {
168169
use bstr::{BStr, BString, ByteSlice};
169170
use gix_testtools::once_cell::sync::Lazy;
File renamed without changes.
File renamed without changes.

‎gix-url/tests/url.rs renamed to ‎gix-url/tests/url/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ pub type Error = Box<dyn std::error::Error>;
22
pub type Result = std::result::Result<(), Error>;
33

44
mod access;
5+
mod baseline;
56
mod expand_path;
7+
mod fuzzed;
68
mod parse;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.