Update pytest docs
To remove warning about missing functionality.
This commit is contained in:
parent
281a660e82
commit
03938351d7
@ -13,9 +13,8 @@ more details on features and formats.
|
||||
|
||||
Gabbi is tested with Python 2.7, 3.4, 3.5 and pypy.
|
||||
|
||||
Tests can be run using `unittest`_ style test runners, `pytest`_ (with
|
||||
one limitation described in the `loader docs`_) or from the command line
|
||||
with a `gabbi-run`_ script.
|
||||
Tests can be run using `unittest`_ style test runners, `pytest`_
|
||||
or from the command line with a `gabbi-run`_ script.
|
||||
|
||||
There is a `gabbi-demo`_ repository which provides a tutorial via
|
||||
its commit history. The demo builds a simple API using gabbi to
|
||||
|
@ -72,14 +72,6 @@ This can then be run with the usual pytest commands. For example::
|
||||
|
||||
py.test -svx pytest-example.py
|
||||
|
||||
.. warning:: When using the unittest runners, it is possible to select
|
||||
just one test from a YAML file and cause it and all its
|
||||
prior tests to run, in order, starting with the first
|
||||
one in the file and ending with the selected test. This
|
||||
**does not** work when using pytest. The list of prior tests
|
||||
will be traversed to find the first one, but only that first
|
||||
test will be run.
|
||||
|
||||
.. _source distribution: https://github.com/cdent/gabbi
|
||||
.. _the tutorial repo: https://github.com/cdent/gabbi-demo
|
||||
.. _pytest: http://pytest.org/
|
||||
|
Loading…
x
Reference in New Issue
Block a user