summaryrefslogtreecommitdiff
path: root/doc/en/test/plugin/helpconfig.rst
blob: 326b75c4552e142aa9dfa55baf1667046d711360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

provide version info, conftest/environment config names.
========================================================


.. contents::
  :local:



command line options
--------------------


``--version``
    display py lib version and import information.
``-p name``
    early-load given plugin (multi-allowed).
``--trace-config``
    trace considerations of conftest.py files.
``--debug``
    generate and show internal debugging information.
``--help-config``
    show available conftest.py and ENV-variable names.

Start improving this plugin in 30 seconds
=========================================


1. Download `pytest_helpconfig.py`_ plugin source code
2. put it somewhere as ``pytest_helpconfig.py`` into your import path
3. a subsequent ``pytest`` run will use your local version

Checkout customize_, other plugins_ or `get in contact`_.

.. include:: links.txt