From a97eff579c299072862e4fd4bc91abfbc1a3fc43 Mon Sep 17 00:00:00 2001 From: Daniel Valenzuela Date: Tue, 8 Nov 2022 09:06:27 -0300 Subject: [PATCH] Add changelog --- changelog/10457.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/10457.bugfix.rst diff --git a/changelog/10457.bugfix.rst b/changelog/10457.bugfix.rst new file mode 100644 index 000000000..26522e9f0 --- /dev/null +++ b/changelog/10457.bugfix.rst @@ -0,0 +1 @@ +If a test is skipped from inside a fixture, the test summary now shows the test location instead of the fixture location.