Release 1.25.0

- allow overriding of fully qualified test name via test_loader_name
This commit is contained in:
Chris Dent 2016-09-20 19:31:23 +01:00
parent 1b9c4dfdf0
commit a9e16c7ae3
2 changed files with 8 additions and 1 deletions

View File

@ -5,6 +5,13 @@ These are informal release notes for gabbi since version 1.0.0,
highlighting major features and changes. For more detail see
the `commit logs`_ on GitHub.
1.25.0
------
Allow the ``test_loader_name`` arg to
:meth:`gabbi.driver.build_tests` to override the prefix of the
pretty printed name of generated tests.
1.24.0
------

View File

@ -12,4 +12,4 @@
# under the License.
"""See gabbi.driver and gabbbi.case."""
__version__ = '1.24.1'
__version__ = '1.25.0'