From d601abe01b08226e7f14c74176cc1b7c83155de5 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 31 Jan 2023 16:08:00 -0500 Subject: [PATCH] Rename flake8-quotes snapshots and tests (#2415) --- src/rules/flake8_quotes/mod.rs | 16 ++++++++-------- ...tring_doubles_over_docstring_doubles.py.snap} | 0 ...doubles_over_docstring_doubles_class.py.snap} | 0 ...bles_over_docstring_doubles_function.py.snap} | 0 ...r_docstring_doubles_module_multiline.py.snap} | 0 ..._docstring_doubles_module_singleline.py.snap} | 0 ...tring_doubles_over_docstring_singles.py.snap} | 0 ...doubles_over_docstring_singles_class.py.snap} | 0 ...bles_over_docstring_singles_function.py.snap} | 0 ...r_docstring_singles_module_multiline.py.snap} | 0 ..._docstring_singles_module_singleline.py.snap} | 0 ...tring_singles_over_docstring_doubles.py.snap} | 0 ...singles_over_docstring_doubles_class.py.snap} | 0 ...gles_over_docstring_doubles_function.py.snap} | 0 ...r_docstring_doubles_module_multiline.py.snap} | 0 ..._docstring_doubles_module_singleline.py.snap} | 0 ...tring_singles_over_docstring_singles.py.snap} | 0 ...singles_over_docstring_singles_class.py.snap} | 0 ...gles_over_docstring_singles_function.py.snap} | 0 ...r_docstring_singles_module_multiline.py.snap} | 0 ..._docstring_singles_module_singleline.py.snap} | 0 ..._tests__require_doubles_over_singles.py.snap} | 0 ...require_doubles_over_singles_escaped.py.snap} | 0 ...oubles_over_singles_multiline_string.py.snap} | 0 ...s__require_doubles_over_singles_noqa.py.snap} | 0 ...require_doubles_over_singles_wrapped.py.snap} | 0 ..._tests__require_singles_over_doubles.py.snap} | 0 ...require_singles_over_doubles_escaped.py.snap} | 0 ...ingles_over_doubles_multiline_string.py.snap} | 0 ...s__require_singles_over_doubles_noqa.py.snap} | 0 ...require_singles_over_doubles_wrapped.py.snap} | 0 31 files changed, 8 insertions(+), 8 deletions(-) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_class.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_class.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_function.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_function.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_module_multiline.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_module_multiline.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_module_singleline.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_module_singleline.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_class.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_class.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_function.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_function.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_module_multiline.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_module_multiline.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_module_singleline.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_module_singleline.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_class.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_class.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_function.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_function.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_module_multiline.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_module_multiline.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_module_singleline.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_module_singleline.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_class.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_class.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_function.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_function.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_module_multiline.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_module_multiline.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_module_singleline.py.snap => ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_module_singleline.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__singles_singles.py.snap => ruff__rules__flake8_quotes__tests__require_doubles_over_singles.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__singles_singles_escaped.py.snap => ruff__rules__flake8_quotes__tests__require_doubles_over_singles_escaped.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__singles_singles_multiline_string.py.snap => ruff__rules__flake8_quotes__tests__require_doubles_over_singles_multiline_string.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__doubles_doubles_noqa.py.snap => ruff__rules__flake8_quotes__tests__require_doubles_over_singles_noqa.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__doubles_doubles_wrapped.py.snap => ruff__rules__flake8_quotes__tests__require_doubles_over_singles_wrapped.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__doubles_doubles.py.snap => ruff__rules__flake8_quotes__tests__require_singles_over_doubles.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__doubles_doubles_escaped.py.snap => ruff__rules__flake8_quotes__tests__require_singles_over_doubles_escaped.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__doubles_doubles_multiline_string.py.snap => ruff__rules__flake8_quotes__tests__require_singles_over_doubles_multiline_string.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__singles_singles_noqa.py.snap => ruff__rules__flake8_quotes__tests__require_singles_over_doubles_noqa.py.snap} (100%) rename src/rules/flake8_quotes/snapshots/{ruff__rules__flake8_quotes__tests__singles_singles_wrapped.py.snap => ruff__rules__flake8_quotes__tests__require_singles_over_doubles_wrapped.py.snap} (100%) diff --git a/src/rules/flake8_quotes/mod.rs b/src/rules/flake8_quotes/mod.rs index b1dac08d1d..435445397a 100644 --- a/src/rules/flake8_quotes/mod.rs +++ b/src/rules/flake8_quotes/mod.rs @@ -20,8 +20,8 @@ mod tests { #[test_case(Path::new("doubles_multiline_string.py"))] #[test_case(Path::new("doubles_noqa.py"))] #[test_case(Path::new("doubles_wrapped.py"))] - fn doubles(path: &Path) -> Result<()> { - let snapshot = format!("doubles_{}", path.to_string_lossy()); + fn require_singles(path: &Path) -> Result<()> { + let snapshot = format!("require_singles_over_{}", path.to_string_lossy()); let diagnostics = test_path( Path::new("./resources/test/fixtures/flake8_quotes") .join(path) @@ -50,8 +50,8 @@ mod tests { #[test_case(Path::new("singles_multiline_string.py"))] #[test_case(Path::new("singles_noqa.py"))] #[test_case(Path::new("singles_wrapped.py"))] - fn singles(path: &Path) -> Result<()> { - let snapshot = format!("singles_{}", path.to_string_lossy()); + fn require_doubles(path: &Path) -> Result<()> { + let snapshot = format!("require_doubles_over_{}", path.to_string_lossy()); let diagnostics = test_path( Path::new("./resources/test/fixtures/flake8_quotes") .join(path) @@ -85,8 +85,8 @@ mod tests { #[test_case(Path::new("docstring_singles_module_singleline.py"))] #[test_case(Path::new("docstring_singles_class.py"))] #[test_case(Path::new("docstring_singles_function.py"))] - fn double_docstring(path: &Path) -> Result<()> { - let snapshot = format!("double_docstring_{}", path.to_string_lossy()); + fn require_docstring_doubles(path: &Path) -> Result<()> { + let snapshot = format!("require_docstring_doubles_over_{}", path.to_string_lossy()); let diagnostics = test_path( Path::new("./resources/test/fixtures/flake8_quotes") .join(path) @@ -120,8 +120,8 @@ mod tests { #[test_case(Path::new("docstring_singles_module_singleline.py"))] #[test_case(Path::new("docstring_singles_class.py"))] #[test_case(Path::new("docstring_singles_function.py"))] - fn single_docstring(path: &Path) -> Result<()> { - let snapshot = format!("single_docstring_{}", path.to_string_lossy()); + fn require_docstring_singles(path: &Path) -> Result<()> { + let snapshot = format!("require_docstring_singles_over_{}", path.to_string_lossy()); let diagnostics = test_path( Path::new("./resources/test/fixtures/flake8_quotes") .join(path) diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_class.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_class.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_class.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_class.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_function.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_function.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_function.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_function.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_module_multiline.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_module_multiline.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_module_multiline.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_module_multiline.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_module_singleline.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_module_singleline.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_doubles_module_singleline.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_doubles_module_singleline.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_class.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_class.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_class.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_class.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_function.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_function.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_function.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_function.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_module_multiline.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_module_multiline.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_module_multiline.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_module_multiline.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_module_singleline.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_module_singleline.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__double_docstring_docstring_singles_module_singleline.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_doubles_over_docstring_singles_module_singleline.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_class.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_class.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_class.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_class.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_function.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_function.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_function.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_function.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_module_multiline.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_module_multiline.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_module_multiline.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_module_multiline.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_module_singleline.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_module_singleline.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_doubles_module_singleline.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_doubles_module_singleline.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_class.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_class.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_class.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_class.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_function.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_function.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_function.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_function.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_module_multiline.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_module_multiline.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_module_multiline.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_module_multiline.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_module_singleline.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_module_singleline.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__single_docstring_docstring_singles_module_singleline.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_docstring_singles_over_docstring_singles_module_singleline.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles_escaped.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles_escaped.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles_escaped.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles_escaped.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles_multiline_string.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles_multiline_string.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles_multiline_string.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles_multiline_string.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles_noqa.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles_noqa.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles_noqa.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles_noqa.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles_wrapped.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles_wrapped.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles_wrapped.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_doubles_over_singles_wrapped.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles_escaped.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles_escaped.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles_escaped.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles_escaped.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles_multiline_string.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles_multiline_string.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__doubles_doubles_multiline_string.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles_multiline_string.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles_noqa.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles_noqa.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles_noqa.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles_noqa.py.snap diff --git a/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles_wrapped.py.snap b/src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles_wrapped.py.snap similarity index 100% rename from src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__singles_singles_wrapped.py.snap rename to src/rules/flake8_quotes/snapshots/ruff__rules__flake8_quotes__tests__require_singles_over_doubles_wrapped.py.snap