remove cover and xmlresult plugins as they are not easily installable

and lead to frustration (thanks again to prologic for getting back on it)

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-02-10 16:11:19 +01:00
parent 3608d722fa
commit c75d0faa6f
3 changed files with 1 additions and 7 deletions

View File

@ -4,7 +4,7 @@ WIDTH = 75
plugins = [ plugins = [
('advanced python testing', ('advanced python testing',
'skipping mark pdb figleaf coverage ' 'skipping mark pdb figleaf '
'monkeypatch capture recwarn tmpdir',), 'monkeypatch capture recwarn tmpdir',),
('distributed testing, CI and deployment', ('distributed testing, CI and deployment',
'xdist pastebin junitxml resultlog genscript',), 'xdist pastebin junitxml resultlog genscript',),
@ -23,9 +23,6 @@ externals = {
'xdist': None, 'xdist': None,
'figleaf': None, 'figleaf': None,
'django': "for testing django applications", 'django': "for testing django applications",
'coverage': "for testing with Ned's coverage module ",
'xmlresult': "for generating xml reports "
"and CruiseControl integration",
} }
def warn(*args): def warn(*args):

View File

@ -10,8 +10,6 @@ pdb_ interactive debugging with the Python Debugger.
figleaf_ (external) report test coverage using the 'figleaf' package. figleaf_ (external) report test coverage using the 'figleaf' package.
coverage_ (external) for testing with Ned's coverage module
monkeypatch_ safely patch object attributes, dicts and environment variables. monkeypatch_ safely patch object attributes, dicts and environment variables.
capture_ configurable per-test stdout/stderr capturing mechanisms. capture_ configurable per-test stdout/stderr capturing mechanisms.

View File

@ -35,7 +35,6 @@
.. _`recwarn`: recwarn.html .. _`recwarn`: recwarn.html
.. _`pytest_pdb.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.1/py/_plugin/pytest_pdb.py .. _`pytest_pdb.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.1/py/_plugin/pytest_pdb.py
.. _`monkeypatch`: monkeypatch.html .. _`monkeypatch`: monkeypatch.html
.. _`coverage`: coverage.html
.. _`resultlog`: resultlog.html .. _`resultlog`: resultlog.html
.. _`pytest_junitxml.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.1/py/_plugin/pytest_junitxml.py .. _`pytest_junitxml.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.1/py/_plugin/pytest_junitxml.py
.. _`django`: django.html .. _`django`: django.html