release 1.17.1

- fix pytest failure  handling
This commit is contained in:
Chris Dent 2016-04-16 10:43:01 +01:00
parent 0d1e3f10df
commit 8f95bd5692
3 changed files with 3 additions and 3 deletions

@ -24,7 +24,7 @@ facilitate test driven development.
.. _gabbi-demo: https://github.com/cdent/gabbi-demo
.. _unittest: https://gabbi.readthedocs.org/en/latest/example.html#loader
.. _pytest: http://pytest.org/
.. _loader docs: https://gabbi.readthedocs.org/en/latest/example.html#pytest
.. _loader docs: https://gabbi.readthedocs.org/en/latest/example.html#pytest
.. _gabbi-run: https://gabbi.readthedocs.org/en/latest/runner.html
Purpose

@ -6,7 +6,7 @@ optionally use one or more fixtures to provide the necessary
environment for tests to run.
Fixtures are implemented as nested context managers. Subclasses
of :class:`~gabbi.fixture.GabbiFixture` must implement
of :class:`~gabbi.fixture.GabbiFixture` must implement
``start_fixture`` and ``stop_fixture`` methods for creating and
destroying, respectively, any resources managed by the fixture.
While the subclass may choose to implement ``__init__`` it is

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