From fdd4abb88a649964259a51db53507cd67a7a60d2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 29 Nov 2017 21:11:34 -0200 Subject: [PATCH] Small rewording of the CHANGELOG --- changelog/2976.trivial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/2976.trivial b/changelog/2976.trivial index e5ea06857..5f767dd27 100644 --- a/changelog/2976.trivial +++ b/changelog/2976.trivial @@ -1 +1 @@ -Change _pytest.python._idval to return __name__ for functions instead of using the fallback (argument name plus counter). +Change parametrized automatic test id generation to use the ``__name__`` attribute of functions instead of the fallback argument name plus counter.