2010-10-11 05:45:45 +08:00
|
|
|
|
2010-10-14 07:25:09 +08:00
|
|
|
.. _examples:
|
|
|
|
|
2010-10-14 01:30:00 +08:00
|
|
|
Usages and Examples
|
2010-10-11 05:45:45 +08:00
|
|
|
===========================================
|
|
|
|
|
2010-11-25 19:11:10 +08:00
|
|
|
Here is a (growing) list of examples. :ref:`Contact <contact>` us if you
|
|
|
|
need more examples or have questions. Also take a look at the :ref:`comprehensive documentation <toc>` which contains many example snippets as well.
|
2010-11-06 18:38:53 +08:00
|
|
|
|
2012-10-19 17:12:13 +08:00
|
|
|
Also, `pytest on stackoverflow.com <http://stackoverflow.com/search?q=pytest>`_
|
|
|
|
is a primary continously updated source of pytest questions and answers
|
|
|
|
which often contain examples. New Questions will usually be seen
|
|
|
|
by pytest users or developers.
|
|
|
|
|
2011-07-07 02:21:59 +08:00
|
|
|
.. note::
|
|
|
|
|
2011-12-05 18:10:48 +08:00
|
|
|
see :doc:`../getting-started` for basic introductory examples
|
2011-07-07 02:21:59 +08:00
|
|
|
|
2010-10-11 05:45:45 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2010-11-25 19:11:10 +08:00
|
|
|
reportingdemo.txt
|
2010-11-21 04:35:55 +08:00
|
|
|
simple.txt
|
|
|
|
parametrize.txt
|
2011-11-12 06:56:06 +08:00
|
|
|
markers.txt
|
2011-02-09 21:55:21 +08:00
|
|
|
pythoncollection.txt
|
2010-11-06 06:37:25 +08:00
|
|
|
nonpython.txt
|