From 1c4e0c6b92d898faca35a2b2e399484659fc8008 Mon Sep 17 00:00:00 2001 From: Bryce Gattis Date: Thu, 25 Apr 2024 16:05:11 -0500 Subject: [PATCH] Add changelog file Signed-off-by: Bryce Gattis --- changelog/12245.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/12245.doc.rst diff --git a/changelog/12245.doc.rst b/changelog/12245.doc.rst new file mode 100644 index 000000000..5ac753503 --- /dev/null +++ b/changelog/12245.doc.rst @@ -0,0 +1 @@ +Added paragraph in ``Specifying which tests to run`` documentation to clarify pytest capabilities when trying to run tests for a single module.