Small rewording of the CHANGELOG

This commit is contained in:
Bruno Oliveira 2017-11-29 21:11:34 -02:00 committed by GitHub
parent 5085aa2bce
commit fdd4abb88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.