Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 964 Bytes

File metadata and controls

34 lines (26 loc) · 964 Bytes

Examples and customization tricks

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. Also, pytest on stackoverflow.com often comes with example answers.

For basic examples, see

The following examples aim at various use cases you might encounter.

.. toctree::
   :maxdepth: 2

   reportingdemo
   simple
   parametrize
   markers
   special
   pythoncollection
   nonpython