Skip to content

Commit

Permalink
Remove FAQ entry about pytest warnings
Browse files Browse the repository at this point in the history
The issue was resolved and for older versions, or use of the old style
there is an explanation of how to deal with things in loader.rst.
  • Loading branch information
cdent committed Jan 4, 2017
1 parent d22e643 commit 6671e5d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ Is gabbi only for testing Python-based APIs?
No, you can use :doc:`gabbi-run <runner>` to test an HTTP service
built in any programming language.

Workarounds
~~~~~~~~~~~

pytest produces warnings about yield tests. Can I make them stop?
-----------------------------------------------------------------

Yes, run as ``py.test --disable-pytest-warnings`` to quiet the
warnings. Or use a version of pytest less than ``3.0``. For more details
see :ref:`pytest <pytest_loader>`.

Testing Style
~~~~~~~~~~~~~

Expand Down

0 comments on commit 6671e5d

Please sign in to comment.