release 1.29.0
* allow pathnames when using <@ data loading syntax * add --verbose to gabbi-run * add a new technique for loading tests in pytest to avoid yield test warnings
This commit is contained in:
parent
21663d91fc
commit
b8954e2a1c
@ -261,6 +261,8 @@ to use the functionality. See also :doc:`example` for a collection
|
||||
of examples and the `gabbi-demo`_ tutorial.
|
||||
|
||||
|
||||
.. _data:
|
||||
|
||||
Data
|
||||
----
|
||||
|
||||
|
@ -58,7 +58,7 @@ gabbi Package
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`handlers.jsonhandler` Module
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. automodule:: gabbi.handlers.jsonhandler
|
||||
:members:
|
||||
|
@ -5,6 +5,20 @@ 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.29.0
|
||||
------
|
||||
|
||||
Filenames used to read data into tests using the ``<@`` syntax
|
||||
may now use pathnames relative to the YAML file. See :ref:`data`.
|
||||
|
||||
:doc:`gabbi-run <runner>` gains a --verbose parameter to force
|
||||
all tests run in a session to run with :ref:`verbose <metadata>`
|
||||
set.
|
||||
|
||||
When using :ref:`pytest <pytest_loader>` to load tests, a new
|
||||
mechanism is available which avoids warnings produced in when using
|
||||
a version of pytest greater than ``3.0``.
|
||||
|
||||
1.28.0
|
||||
------
|
||||
|
||||
|
@ -12,4 +12,4 @@
|
||||
# under the License.
|
||||
"""See gabbi.driver and gabbbi.case."""
|
||||
|
||||
__version__ = '1.28.0'
|
||||
__version__ = '1.29.0'
|
||||
|
Loading…
Reference in New Issue
Block a user