From 2957fff00452b670d24e3c9e4e0e79ac679759c1 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 27 Oct 2025 14:56:25 +0100 Subject: [PATCH] Fix spelling of new option. Code uses a different spelling then docs and code seems always to win. --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f197f6f..b023de0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ CHANGELOG *2025-10-20* -* Added experimental ``--no-subtest-reports`` CLI option. This disables +* Added experimental ``--no-subtests-reports`` CLI option. This disables subtests output unless it's a failed subtest. (`#198`_) .. _#198: https://github.com/pytest-dev/pytest-subtests/pull/198