Release 1.25.0
- allow overriding of fully qualified test name via test_loader_name
This commit is contained in:
parent
1b9c4dfdf0
commit
a9e16c7ae3
@ -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
|
||||
------
|
||||
|
||||
|
@ -12,4 +12,4 @@
|
||||
# under the License.
|
||||
"""See gabbi.driver and gabbbi.case."""
|
||||
|
||||
__version__ = '1.24.1'
|
||||
__version__ = '1.25.0'
|
||||
|
Loading…
Reference in New Issue
Block a user