From 30b756a1a2d635c7a3300087679c12ed2d39847b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 18 Jan 2010 16:26:26 +0100 Subject: [PATCH] add terminal plugin to overview page again --HG-- branch : trunk --- bin-for-dist/makepluginlist.py | 4 ++-- doc/test/plugin/index.txt | 6 ++++-- doc/test/plugin/links.txt | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bin-for-dist/makepluginlist.py b/bin-for-dist/makepluginlist.py index 1f4840619..e60616300 100644 --- a/bin-for-dist/makepluginlist.py +++ b/bin-for-dist/makepluginlist.py @@ -10,8 +10,8 @@ plugins = [ 'xdist pastebin junitxml resultlog genscript',), ('testing domains and conventions', 'oejskit django unittest nose doctest restdoc'), - ('core debugging / help functionality', - 'helpconfig hooklog') + ('internal, debugging, help functionality', + 'helpconfig terminal hooklog') #('internal plugins / core functionality', # #'runner execnetcleanup # pytester', # 'runner execnetcleanup' # pytester', diff --git a/doc/test/plugin/index.txt b/doc/test/plugin/index.txt index d39bc2666..25817c215 100644 --- a/doc/test/plugin/index.txt +++ b/doc/test/plugin/index.txt @@ -51,11 +51,13 @@ doctest_ collect and execute doctests from modules and test files. restdoc_ perform ReST syntax, local and remote reference tests on .rst/.txt files. -core debugging / help functionality -=================================== +internal, debugging, help functionality +======================================= helpconfig_ provide version info, conftest/environment config names. +terminal_ Implements terminal reporting of the full testing process. + hooklog_ log invocations of extension hooks to a file. diff --git a/doc/test/plugin/links.txt b/doc/test/plugin/links.txt index e71073d09..9bcd2b79c 100644 --- a/doc/test/plugin/links.txt +++ b/doc/test/plugin/links.txt @@ -1,4 +1,5 @@ .. _`helpconfig`: helpconfig.html +.. _`terminal`: terminal.html .. _`pytest_recwarn.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_recwarn.py .. _`unittest`: unittest.html .. _`pytest_monkeypatch.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_monkeypatch.py @@ -14,6 +15,7 @@ .. _`pytest_nose.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_nose.py .. _`pytest_restdoc.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_restdoc.py .. _`restdoc`: restdoc.html +.. _`xdist`: xdist.html .. _`pytest_pastebin.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_pastebin.py .. _`pytest_tmpdir.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_tmpdir.py .. _`pytest_figleaf.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_figleaf.py @@ -31,8 +33,8 @@ .. _`figleaf`: figleaf.html .. _`customize`: ../customize.html .. _`hooklog`: hooklog.html +.. _`pytest_terminal.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_terminal.py .. _`recwarn`: recwarn.html -.. _`xdist`: xdist.html .. _`pytest_pdb.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/plugin/pytest_pdb.py .. _`monkeypatch`: monkeypatch.html .. _`coverage`: coverage.html