From ee0de17a37dfba59a4ac1e22539819269cd78975 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:50:45 +0200 Subject: [PATCH] test: better explanation for --formatter=none unit test repo fixture --- src/darker/tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darker/tests/test_main.py b/src/darker/tests/test_main.py index 484c67d9c..d8d1850f5 100644 --- a/src/darker/tests/test_main.py +++ b/src/darker/tests/test_main.py @@ -666,7 +666,7 @@ def test_long_command_length(git_repo): @pytest.fixture(scope="module") def formatter_none_repo(git_repo_m): - """Create a Git repository with a single file and a formatter that does nothing.""" + """Create a Git repo with a single file to test a formatter that does nothing.""" files = git_repo_m.add({"file1.py": "# old content\n"}, commit="Initial") files["file1.py"].write_text( dedent(