diff --git a/changelog/6152.improvement.rst b/changelog/6152.improvement.rst new file mode 100644 index 00000000000..8e5f4d52aa2 --- /dev/null +++ b/changelog/6152.improvement.rst @@ -0,0 +1 @@ +Now parametrization will use the ``__name__`` attribute of any object for the id, if present. Previously it would only use ``__name__`` for functions and classes.