2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
pytest_terminal plugin
|
|
|
|
======================
|
|
|
|
|
2009-07-22 22:09:49 +08:00
|
|
|
Implements terminal reporting of the full testing process.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2009-07-22 22:09:49 +08:00
|
|
|
.. contents::
|
|
|
|
:local:
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2009-07-22 22:09:49 +08:00
|
|
|
This is a good source for looking at the various reporting hooks.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2009-08-03 22:01:32 +08:00
|
|
|
command line options
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
|
|
|
|
``--collectonly``
|
|
|
|
only collect tests, don't execute them.
|
|
|
|
``--traceconfig``
|
|
|
|
trace considerations of conftest.py files.
|
|
|
|
``--nomagic``
|
|
|
|
don't reinterpret asserts, no traceback cutting.
|
|
|
|
``--fulltrace``
|
|
|
|
don't cut any tracebacks (default is to cut).
|
|
|
|
``--debug``
|
|
|
|
generate and show debugging information.
|
|
|
|
|
2009-07-22 22:09:49 +08:00
|
|
|
Start improving this plugin in 30 seconds
|
|
|
|
=========================================
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
|
2009-07-22 22:09:49 +08:00
|
|
|
Do you find the above documentation or the plugin itself lacking?
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
1. Download `pytest_terminal.py`_ plugin source code
|
|
|
|
2. put it somewhere as ``pytest_terminal.py`` into your import path
|
2009-07-22 22:09:49 +08:00
|
|
|
3. a subsequent ``py.test`` run will use your local version
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
Further information: extend_ documentation, other plugins_ or contact_.
|
|
|
|
|
2009-07-31 20:43:04 +08:00
|
|
|
.. include:: links.txt
|