From 157d81eddb28ae34959756c5a3170f002ec305c1 Mon Sep 17 00:00:00 2001 From: Hanlu Date: Wed, 9 Jul 2025 20:57:38 +0800 Subject: [PATCH] chore: remove redundant word in comment (#2492) Signed-off-by: liangmulu --- test/test_testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_testing.py b/test/test_testing.py index 92de0e87..de750eae 100644 --- a/test/test_testing.py +++ b/test/test_testing.py @@ -189,7 +189,7 @@ def test_bare_pytest_invocation( tmp_path: Path, capfd: pytest.CaptureFixture[str], test_runner: str ) -> None: """ - Check that if a user runs pytest in the the test cwd without setting + Check that if a user runs pytest in the test cwd without setting test-sources, it raises a helpful error """ project_dir = tmp_path / "project"