2009-08-19 21:45:01 +08:00
|
|
|
|
|
|
|
provide version info, conftest/environment config names.
|
2010-01-13 23:00:33 +08:00
|
|
|
========================================================
|
|
|
|
|
2009-08-19 21:45:01 +08:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command line options
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
|
|
|
|
``--version``
|
|
|
|
display py lib version and import information.
|
2010-01-03 19:41:29 +08:00
|
|
|
``-p name``
|
|
|
|
early-load given plugin (multi-allowed).
|
2016-03-21 00:12:50 +08:00
|
|
|
``--trace-config``
|
2010-01-13 07:47:20 +08:00
|
|
|
trace considerations of conftest.py files.
|
|
|
|
``--debug``
|
|
|
|
generate and show internal debugging information.
|
2010-01-03 19:41:29 +08:00
|
|
|
``--help-config``
|
|
|
|
show available conftest.py and ENV-variable names.
|
2009-08-19 21:45:01 +08:00
|
|
|
|
|
|
|
Start improving this plugin in 30 seconds
|
|
|
|
=========================================
|
|
|
|
|
|
|
|
|
2010-07-27 03:15:15 +08:00
|
|
|
1. Download `pytest_helpconfig.py`_ plugin source code
|
|
|
|
2. put it somewhere as ``pytest_helpconfig.py`` into your import path
|
2014-01-18 19:31:33 +08:00
|
|
|
3. a subsequent ``pytest`` run will use your local version
|
2009-08-19 21:45:01 +08:00
|
|
|
|
2010-07-27 03:15:15 +08:00
|
|
|
Checkout customize_, other plugins_ or `get in contact`_.
|
2009-08-19 21:45:01 +08:00
|
|
|
|
|
|
|
.. include:: links.txt
|